Skip to content

Commit

Permalink
fix: fix locationType for production
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatWizard committed Dec 4, 2021
1 parent a9133c2 commit 932df7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = function (environment) {
if (environment === 'production') {
// Force URL's anchor to load the starting state of the application
// This is needed because our current host can't support URL Rewriting
ENV.APP.locationType = 'hash';
ENV.locationType = 'hash';
}

return ENV;
Expand Down

0 comments on commit 932df7c

Please sign in to comment.