Skip to content

Commit e5d7c67

Browse files
committed
chore(docs): set addon-docs root url to '' for custom domain
1 parent 11bee88 commit e5d7c67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/addon-docs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ const AddonDocsConfig = require('ember-cli-addon-docs/lib/config');
66
module.exports = class extends AddonDocsConfig {
77
// See https://ember-learn.github.io/ember-cli-addon-docs/docs/deploying
88
// for details on configuration you can override here.
9+
getRootURL() {
10+
return '';
11+
}
912
};

0 commit comments

Comments
 (0)