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