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