Skip to content

Commit

Permalink
Add support for deploying to gh_pages w/t rootURL prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Nov 11, 2022
1 parent b648f22 commit e522373
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 @@ -4,7 +4,7 @@ module.exports = function (environment) {
let ENV = {
modulePrefix: 'worldcup',
environment,
rootURL: '/',
rootURL: process.env.ROOT_URL ? process.env.ROOT_URL : '/',
locationType: 'hash',
EmberENV: {
FEATURES: {
Expand Down

0 comments on commit e522373

Please sign in to comment.