remove redirect 404

This commit is contained in:
Andreani Jean
2023-04-05 12:13:02 +02:00
parent 24531a96d6
commit 570404ea14

View File

@@ -16,8 +16,7 @@ const routes: Array<RouteRecordRaw> = [
path: '/mon-compte',
name: 'account',
component: MyAccountView
},
{ path: '/:catchAll(.*)', component: HomeView }
}
]
const router = createRouter({