Skip to content

Commit

Permalink
added env
Browse files Browse the repository at this point in the history
  • Loading branch information
dpigera committed Jan 10, 2025
1 parent 3c38aac commit a26e33b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ module.exports = function (environment) {
// ... other config
};

if (environment === 'production') {
// Add any production-specific settings
ENV.rootURL = '/';
ENV.locationType = 'history';
}

return ENV;
};

0 comments on commit a26e33b

Please sign in to comment.