Skip to content

Commit

Permalink
Merge pull request #19 from ciena-frost/demo-fix
Browse files Browse the repository at this point in the history
Update environment.js to fix demos
  • Loading branch information
srowhani committed Sep 27, 2016
2 parents 5c19598 + b7125ba commit c7d19e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ module.exports = function (environment) {
}

if (environment === 'production') {
ENV.baseURL = '/frost-pods'
ENV.baseURL = '/ember-frost-pods'
ENV.isDemo = true
ENV.locationType = 'hash'
ENV['ember-cli-mirage'] = {
enabled: true
}
Expand Down

0 comments on commit c7d19e5

Please sign in to comment.