Skip to content

Commit

Permalink
fix: update docs root URL (#438)
Browse files Browse the repository at this point in the history
Fix homepage in package.json, and update the addon docs config to have an empty root URL since we're using a custom domain.
  • Loading branch information
Ben Demboski authored and bendemboski committed Dec 19, 2019
1 parent 5992310 commit 3ea2309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/addon-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ const AddonDocsConfig = require('ember-cli-addon-docs/lib/config');
module.exports = class extends AddonDocsConfig {
// See https://ember-learn.github.io/ember-cli-addon-docs/docs/deploying
// for details on configuration you can override here.
getRootURL() {
return '';
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"electron",
"ember-addon"
],
"homepage": "https://adopted-ember-addons.github.io/ember-electron",
"homepage": "https://ember-electron.js.org",
"bugs": {
"url": "https://github.com/adopted-ember-addons/ember-electron/issues"
},
Expand Down

0 comments on commit 3ea2309

Please sign in to comment.