Skip to content

Commit e4fb01b

Browse files
authored
Merge pull request #155 from ember-engines/fix-netlify-spa
fix deployment for deep linking
2 parents 906b7ca + e1b0013 commit e4fb01b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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

tests/dummy/public/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

0 commit comments

Comments
 (0)