Skip to content

Commit

Permalink
Add back addon docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Nov 19, 2024
1 parent a04c7f7 commit 98c1343
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ yarn-error.log
/yarn.lock.ember-try
/pnpm-lock.ember-try.yaml

# addon-docs
deploy-test-app

3 changes: 2 additions & 1 deletion test-app/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ module.exports = function (environment) {
}

if (environment === 'production') {
// here you can enable a production-specific feature
// Allow ember-cli-addon-docs to update the rootURL in compiled assets
ENV.rootURL = 'ADDON_DOCS_ROOT_URL';
}

return ENV;
Expand Down

0 comments on commit 98c1343

Please sign in to comment.