/about => /o-nas

This commit is contained in:
2021-04-11 19:51:24 +02:00
parent 053363ddc5
commit 0723da2768

View File

@@ -8,8 +8,8 @@ const routes: Array<RouteRecordRaw> = [
component: Home component: Home
}, },
{ {
path: '/about', path: '/o-nas',
name: 'About', name: 'o-nas',
// redirect: to => { // redirect: to => {
// window.location.href = 'http://google.com' // window.location.href = 'http://google.com'
// return '/redirecting' // not important since redirecting // return '/redirecting' // not important since redirecting