Skip to content

Commit

Permalink
fix: set ENV.baseUrl and ENV.rootUrl to /hoodie/admin/ for production
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 18, 2016
1 parent 747bf25 commit c547580
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ module.exports = function(environment) {
}

if (environment === 'production') {

ENV.baseURL = '/hoodie/admin/';
ENV.rootUrl = '/hoodie/admin/';
}

return ENV;
Expand Down

0 comments on commit c547580

Please sign in to comment.