From f6287c47fa97945d1bee514e4e7c3ab4fb9de16d Mon Sep 17 00:00:00 2001 From: Yoji Shidara Date: Thu, 7 Mar 2024 20:49:53 +0900 Subject: [PATCH] Set locationType 'history' --- frontend/config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config/environment.js b/frontend/config/environment.js index cb20c56..849e886 100644 --- a/frontend/config/environment.js +++ b/frontend/config/environment.js @@ -5,7 +5,7 @@ module.exports = function (environment) { modulePrefix: 'sparqlist', environment, rootURL: process.env.ROOT_PATH || '/', - locationType: 'auto', + locationType: 'history', EmberENV: { EXTEND_PROTOTYPES: false, FEATURES: {