refactor: home route is now /dashboard

This commit is contained in:
2026-03-25 16:07:48 +01:00
parent 5ca59b205e
commit 1d893719ef
3 changed files with 8 additions and 4 deletions

View File

@@ -10,6 +10,10 @@ export default defineNuxtConfig({
}
},
routeRules: {
'/': { redirect: '/dashboard' },
},
devtools: {
enabled: true
},