This commit is contained in:
Will Freeman
2025-12-31 16:39:39 -06:00
parent 472d9ad74b
commit 66098cad91
10 changed files with 160 additions and 239 deletions
+12 -4
View File
@@ -32,11 +32,19 @@ const router = createRouter({
}
},
{
path: '/chapters',
name: 'chapters',
component: () => import('../views/Chapters.vue'),
path: '/get-involved',
name: 'get-involved',
component: () => import('../views/WhatToDo.vue'),
meta: {
title: 'DeFlock Chapters | Connect Locally'
title: 'What Can I Do | DeFlock'
}
},
{
path: '/groups',
name: 'groups',
component: () => import('../views/Groups.vue'),
meta: {
title: 'Local Groups | DeFlock'
}
},
{