diff --git a/components/dashboard/Nav.vue b/components/dashboard/Nav.vue index 64fcd37..2c1fa5d 100644 --- a/components/dashboard/Nav.vue +++ b/components/dashboard/Nav.vue @@ -15,10 +15,9 @@ const route = useRoute() > Links - + Analysis - diff --git a/nuxt.config.ts b/nuxt.config.ts index 6f81ad7..c7685f9 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -21,6 +21,9 @@ export default defineNuxtConfig({ '/dashboard/**': { ssr: false, }, + '/dashboard': { + redirect: '/dashboard/links', + }, }, hub: { @@ -62,4 +65,4 @@ export default defineNuxtConfig({ }, compatibilityDate: '2024-07-08', -}) \ No newline at end of file +}) diff --git a/pages/dashboard/index.vue b/pages/dashboard/analysis.vue similarity index 100% rename from pages/dashboard/index.vue rename to pages/dashboard/analysis.vue