store with downloads only

This commit is contained in:
Will Freeman
2025-11-13 16:40:31 -07:00
parent fac4b21717
commit 85307b7995
4 changed files with 341 additions and 0 deletions
+8
View File
@@ -155,6 +155,14 @@ const router = createRouter({
title: 'Press | DeFlock'
}
},
{
path: '/store',
name: 'store',
component: () => import('../views/Store.vue'),
meta: {
title: 'Store | DeFlock'
}
},
{
path: '/:pathMatch(.*)*',
name: 'not-found',