From 9b3c4334fe3077125c54fa804fbec2b3d60bf18d Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 17 Jul 2024 17:39:29 +0200 Subject: [PATCH] fix: vercel --- vercel.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vercel.json b/vercel.json index 80f7c2dfb..544c1bd32 100644 --- a/vercel.json +++ b/vercel.json @@ -7,14 +7,14 @@ } ], "rewrites": [ - { - "source": "/console", - "destination": "/console/" - }, { "source": "/console/(.*)", "destination": "/$1" - } + }, + { + "source": "/console/:path", + "destination": "/index.html" + }, ], "installCommand": "pnpm install --frozen-lockfile" } \ No newline at end of file