fix: redirect /kiosk to /dashboard instead of app grid
The old Kiosk.vue app grid launcher was never intended as the kiosk display. Redirect /kiosk to /dashboard so the kiosk shows the actual Archipelago interface. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ada035f1b8
commit
8edb4ab4d1
@ -86,8 +86,7 @@ const router = createRouter({
|
||||
{
|
||||
path: '/kiosk',
|
||||
name: 'kiosk',
|
||||
component: () => import('../views/Kiosk.vue'),
|
||||
meta: { public: true },
|
||||
redirect: '/dashboard',
|
||||
},
|
||||
{
|
||||
path: '/dashboard',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user