We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 906b7ca + e1b0013 commit e4fb01bCopy full SHA for e4fb01b
tests/dummy/config/environment.js
@@ -41,8 +41,6 @@ module.exports = function (environment) {
41
}
42
43
if (environment === 'production') {
44
- // Allow ember-cli-addon-docs to update the rootURL in compiled assets
45
- ENV.rootURL = '';
46
// here you can enable a production-specific feature
47
48
tests/dummy/public/_redirects
@@ -0,0 +1 @@
1
+/* /index.html 200
0 commit comments