diff --git a/src/router/routes.js b/src/router/routes.js index 49c9c7f..e3aeb0d 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -171,6 +171,11 @@ const routes = [ component: () => import('pages/governance/GovernanceDocumentation.vue'), name: 'governance', }, + // Bad Routes + { + path: '/:pathMatch(.*)*', + redirect: '/', + }, ]; // Always leave this as last one