From 7607ff3d93a62cf43f43efe3a43e1abca00be13f Mon Sep 17 00:00:00 2001 From: Cee <cnell@usgs.gov> Date: Thu, 19 Sep 2024 16:14:04 -0700 Subject: [PATCH] use hash history --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 4e726c3..05170ad 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -48,7 +48,7 @@ const routes = [ const router = createRouter({ - history: createWebHistory(import.meta.env.BASE_URL), + history: createWebHashHistory(import.meta.env.BASE_URL), routes }) -- GitLab