mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-15 08:17:20 +02:00
revert shitty layout, use cdn for vendors (new ones coming soon)
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user