Fix prod build issue
This commit is contained in:
parent
9362c8cb9f
commit
15188c584c
@ -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,
|
||||
})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user