From 0723da276858337b3a2540716ea0a9804d0b388a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sun, 11 Apr 2021 19:51:24 +0200 Subject: [PATCH] /about => /o-nas --- src/router/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 1355b75..f2f662c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -8,8 +8,8 @@ const routes: Array = [ component: Home }, { - path: '/about', - name: 'About', + path: '/o-nas', + name: 'o-nas', // redirect: to => { // window.location.href = 'http://google.com' // return '/redirecting' // not important since redirecting