Sponsors and tags (#22)

* brand -> manufacturer

* clean up

* add donation page

* display manufacturer first, brand for backward compat
This commit is contained in:
Will Freeman
2024-12-16 12:29:24 -07:00
committed by GitHub
parent 6dff9cb2c8
commit cce969e6ba
15 changed files with 207 additions and 18 deletions
+5
View File
@@ -67,6 +67,11 @@ const router = createRouter({
name: 'qr-landing',
component: () => import('../views/QRLandingView.vue')
},
{
path: '/donate',
name: 'donate',
component: () => import('../views/Donate.vue')
},
{
path: '/:pathMatch(.*)*',
name: 'not-found',