diff --git a/src/router/index.ts b/src/router/index.ts index b107140..4b5a42e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -53,7 +53,7 @@ function castPlayersRouteParams(route: any) { } export const router = createRouter({ - history: createWebHistory(import.meta.env.BASE_URL), + history: createWebHistory(), //import.meta.env.BASE_URL), routes, })