mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-25 05:00:55 +02:00
add foia page, minor improvements
This commit is contained in:
@@ -122,6 +122,11 @@ const router = createRouter({
|
||||
title: 'Donate | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/foia',
|
||||
name: 'foia',
|
||||
component: () => import('../views/FOIA.vue'),
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
name: 'not-found',
|
||||
|
||||
Reference in New Issue
Block a user