Skip to content

Commit e1b0013

Browse files
authored
stop unsetting rootUrl in environment
1 parent 880f2a8 commit e1b0013

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/dummy/config/environment.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ module.exports = function (environment) {
4141
}
4242

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

0 commit comments

Comments
 (0)