diff --git a/spa/vue/src/router/index.js b/spa/vue/src/router/index.js index a25066a..11f545f 100644 --- a/spa/vue/src/router/index.js +++ b/spa/vue/src/router/index.js @@ -58,7 +58,7 @@ const routes = [ ]; const router = createRouter({ - history: createWebHistory(import.meta.env.BASE_URL), + history: createWebHistory(), routes, })