refactor: home route is now /dashboard
This commit is contained in:
@@ -10,6 +10,10 @@ export default defineNuxtConfig({
|
||||
}
|
||||
},
|
||||
|
||||
routeRules: {
|
||||
'/': { redirect: '/dashboard' },
|
||||
},
|
||||
|
||||
devtools: {
|
||||
enabled: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user