major cleanup

This commit is contained in:
Will Freeman
2024-12-27 12:06:39 -07:00
parent 3f4052df20
commit 7904af0fb6
27 changed files with 681 additions and 250 deletions
+12 -4
View File
@@ -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'
}
},
{