mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-31 16:07:33 +02:00
Minor Improvements (#24)
* remove dangers page, fix counter * fix bad instrucitons * cleanup * allow nonstandard direction tag, link to OSM * update privacy policy to account for intro message
This commit is contained in:
@@ -114,14 +114,6 @@ const router = createRouter({
|
||||
title: 'Donate | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/dangers',
|
||||
name: 'dangers',
|
||||
component: () => import('../views/Dangers.vue'),
|
||||
meta: {
|
||||
title: 'ALPR Dangers | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
name: 'not-found',
|
||||
|
||||
Reference in New Issue
Block a user