Skip to content

Commit

Permalink
Merge pull request #2798 from mainmatter/classic-test-app-history
Browse files Browse the repository at this point in the history
feat(classic-test-app): change locationType to 'history'
  • Loading branch information
BobrImperator authored Jun 28, 2024
2 parents bac92b1 + fcee6ef commit b62bd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/classic-test-app/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function(environment) {
modulePrefix: 'classic-test-app',
environment,
rootURL: '/',
locationType: 'auto',
locationType: 'history',
EmberENV: {
FEATURES: {
// Here you can enable experimental features on an ember canary build
Expand Down

0 comments on commit b62bd09

Please sign in to comment.