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:
Will Freeman
2025-01-04 17:01:14 -07:00
committed by GitHub
parent e03cb9da7c
commit a937c43e76
44 changed files with 168 additions and 176 deletions
-8
View File
@@ -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',