mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-08 03:38:50 +02:00
various improvements, press page
This commit is contained in:
@@ -47,7 +47,7 @@ const router = createRouter({
|
||||
name: 'what-is-an-alpr',
|
||||
component: () => import('../views/WhatIsAnALPRView.vue'),
|
||||
meta: {
|
||||
title: 'What is an ALPR | DeFlock'
|
||||
title: 'Learn | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -68,7 +68,7 @@ const router = createRouter({
|
||||
name: 'reportID',
|
||||
component: () => import('../views/ReportID.vue'),
|
||||
meta: {
|
||||
title: 'Report using iD | DeFlock'
|
||||
title: 'Submit Cameras | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -150,6 +150,14 @@ const router = createRouter({
|
||||
name: 'foia',
|
||||
component: () => import('../views/FOIA.vue'),
|
||||
},
|
||||
{
|
||||
path: '/press',
|
||||
name: 'press',
|
||||
component: () => import('../views/Press.vue'),
|
||||
meta: {
|
||||
title: 'Press | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
name: 'not-found',
|
||||
|
||||
Reference in New Issue
Block a user