various improvements, press page

This commit is contained in:
Will Freeman
2025-07-18 16:30:19 -06:00
parent ef5559c038
commit 8d02c6195b
10 changed files with 209 additions and 41 deletions
+10 -2
View File
@@ -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',