@@ -9,7 +9,7 @@ const routes = [{ path: "/", component: EditorView }]
const app = createApp(App)
const router = createRouter({
- history: createWebHistory(),
+ history: createWebHistory(import.meta.env.BASE_URL),
routes,
})