mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-29 13:40:45 +02:00
Sponsors and tags (#22)
* brand -> manufacturer * clean up * add donation page * display manufacturer first, brand for backward compat
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user