Skip to content

Commit

Permalink
Set locationType to history
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Mar 8, 2024
1 parent 935acc6 commit 7d92870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function (environment) {
modulePrefix: 'sparqlist',
environment,
rootURL: process.env.ROOT_PATH || '/',
locationType: 'auto',
locationType: 'history',
EmberENV: {
FEATURES: {
// Here you can enable experimental features on an ember canary build
Expand Down

0 comments on commit 7d92870

Please sign in to comment.