add foia page, minor improvements

This commit is contained in:
Will Freeman
2025-03-18 22:18:56 -06:00
parent fd1a722b9e
commit d748908cfd
6 changed files with 130 additions and 3 deletions
+5
View File
@@ -122,6 +122,11 @@ const router = createRouter({
title: 'Donate | DeFlock'
}
},
{
path: '/foia',
name: 'foia',
component: () => import('../views/FOIA.vue'),
},
{
path: '/:pathMatch(.*)*',
name: 'not-found',