Add Wardriving Section (#25)

* remove dangers page, fix counter

* fix bad instrucitons

* cleanup

* allow nonstandard direction tag, link to OSM

* update privacy policy to account for intro message

* add footer to Report, add Wardriving section

* upgrade version, update wardriving copy
This commit is contained in:
Will Freeman
2025-01-04 20:38:46 -07:00
committed by GitHub
parent a937c43e76
commit cb37cbb113
10 changed files with 139 additions and 73 deletions
+8
View File
@@ -66,6 +66,14 @@ const router = createRouter({
title: 'Operators | DeFlock'
}
},
{
path: '/wardriving',
name: 'wardriving',
component: () => import('../views/Wardriving.vue'),
meta: {
title: 'Wardriving | DeFlock'
}
},
{
path: '/contact',
name: 'contact',