Skip to content

Commit ce8be1c

Browse files
authored
Merge pull request #14 from ember-learn/fix-netlify
stop using rootUrl to fix netlify previews and deployments
2 parents 8162c95 + beb8c7d commit ce8be1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/environment.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ module.exports = function (environment) {
4747
}
4848

4949
if (environment === 'production') {
50-
ENV.rootURL = '/ember-data-request-service-cheat-sheet';
51-
ENV.locationType = 'hash';
50+
// production config
5251
}
5352

5453
return ENV;

0 commit comments

Comments
 (0)