diff --git a/src/main.ts b/src/main.ts index a9e1c69..e110b67 100644 --- a/src/main.ts +++ b/src/main.ts @@ -9,7 +9,7 @@ import 'uno.css' const app = createApp(App) const router = createRouter({ - history: createWebHistory(), + history: createWebHistory(import.meta.env.BASE_URL), routes, }) app.use(router)