Merge branch 'feat/add-personnal-info-page' into 'main'

feat: remove redirect 404

See merge request geovisio/website!23
This commit is contained in:
Jean Andreani
2023-04-05 10:19:50 +00:00

View File

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