revert shitty layout, use cdn for vendors (new ones coming soon)

This commit is contained in:
Will Freeman
2026-01-16 23:42:14 -07:00
parent 67eae25a1a
commit 73269f45b0
39 changed files with 294 additions and 375 deletions
+1 -9
View File
@@ -31,14 +31,6 @@ const router = createRouter({
title: 'ALPR Map | DeFlock'
}
},
{
path: '/get-involved',
name: 'get-involved',
component: () => import('../views/WhatToDo.vue'),
meta: {
title: 'What Can I Do | DeFlock'
}
},
{
path: '/groups',
name: 'groups',
@@ -154,7 +146,7 @@ const router = createRouter({
{
path: '/identify',
name: 'identify',
component: () => import('../views/Identification.vue'),
component: () => import('../views/Identify.vue'),
meta: {
title: 'Identify ALPRs | DeFlock'
}