1
This commit is contained in:
@@ -13,7 +13,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
component: HomeView,
|
||||
},
|
||||
{
|
||||
path: 'about',
|
||||
path: 'about-us',
|
||||
component: AboutView
|
||||
},
|
||||
{
|
||||
@@ -22,7 +22,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
component: ProductsView
|
||||
},
|
||||
{
|
||||
path: 'contact',
|
||||
path: 'contact-us',
|
||||
name: 'contact',
|
||||
component: ContactView
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user