diff --git a/frontend/website/src/router/index.ts b/frontend/website/src/router/index.ts index 51e7184..66d053a 100644 --- a/frontend/website/src/router/index.ts +++ b/frontend/website/src/router/index.ts @@ -9,6 +9,9 @@ const router = createRouter({ path: '/', name: 'home', component: () => import('@/views/HomeView.vue'), + meta: { + guestOnly: true, + }, }, { path: '/login',