changed paths to have vue3 as standard

This commit is contained in:
vabene1111
2025-01-14 18:18:13 +01:00
parent 3e55e04fbd
commit f4b1acb757
6 changed files with 39 additions and 33 deletions

View File

@@ -61,8 +61,7 @@ const routes = [
]
const router = createRouter({
// TODO configure proper history mode
history: createWebHistory('v3/'),
history: createWebHistory(),
routes,
})