Skip to content

Commit 75eac2d

Browse files
committed
fix prod config
1 parent 6df1fe8 commit 75eac2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/environment.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ module.exports = function(environment) {
7474

7575
if (environment === 'production') {
7676
ENV.APP.API_URL = 'https://jazz-cats-api.herokuapp.com';
77-
ENV.rootURL = '/jazz-cats/';
78-
ENV.locationType = 'hash';
77+
ENV.rootURL = '/';
7978
}
8079

8180
ENV.fastboot = {
8281
hostWhitelist: [
8382
ENV.APP.API_URL,
84-
'localhost:3000'
83+
'localhost:3000',
84+
'jazz-cats-api.herokuapp.com'
8585
]
8686
};
8787

0 commit comments

Comments
 (0)