diff --git a/src/router/index.ts b/src/router/index.ts index 31a5c06..bfce0f5 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -16,8 +16,7 @@ const routes: Array = [ path: '/mon-compte', name: 'account', component: MyAccountView - }, - { path: '/:catchAll(.*)', component: HomeView } + } ] const router = createRouter({