Fix prod build issue

This commit is contained in:
Peter 2023-09-01 12:48:19 -04:00
parent 9362c8cb9f
commit 15188c584c

View File

@ -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,
})