Add car details and meta pages
This commit is contained in:
@@ -15,6 +15,18 @@ const router = createRouter({
|
||||
{
|
||||
path: '/stats',
|
||||
component: () => import('../pages/StatsView.vue')
|
||||
},
|
||||
{
|
||||
path: '/abbreviations',
|
||||
component: () => import('../pages/AbbreviationsView.vue')
|
||||
},
|
||||
{
|
||||
path: '/about',
|
||||
component: () => import('../pages/AboutView.vue')
|
||||
},
|
||||
{
|
||||
path: '/imprint',
|
||||
component: () => import('../pages/ImprintView.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user