From 52356478a17dd8601f3a2546abfa93d912d84605 Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Sun, 14 Feb 2021 14:23:43 +0530 Subject: [PATCH] setup redirect for nish bad :P --- src/router/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/router/index.js b/src/router/index.js index fef192a..5c780cd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -41,6 +41,10 @@ Vue.use(VueRouter) name: 'Nationals', component: () => import('../views/Nationals.vue') }, + { + path: '/Nationals', + redirect: '/nationals', + }, { path: '/nationals/register', name: 'Nationals Register',