mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-06-06 14:23:59 +02:00
major cleanup
This commit is contained in:
@@ -83,11 +83,19 @@ const router = createRouter({
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/legal',
|
||||
name: 'legal',
|
||||
component: () => import('../views/LegalView.vue'),
|
||||
path: '/terms',
|
||||
name: 'terms',
|
||||
component: () => import('../views/TermsOfService.vue'),
|
||||
meta: {
|
||||
title: 'Legal | DeFlock'
|
||||
title: 'Terms of Service | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/privacy',
|
||||
name: 'privacy',
|
||||
component: () => import('../views/PrivacyPolicy.vue'),
|
||||
meta: {
|
||||
title: 'Privacy Policy | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user