fix: vercel

This commit is contained in:
Torsten Dittmann
2024-07-17 17:39:29 +02:00
parent f64eb94c39
commit 9b3c4334fe
+5 -5
View File
@@ -7,14 +7,14 @@
}
],
"rewrites": [
{
"source": "/console",
"destination": "/console/"
},
{
"source": "/console/(.*)",
"destination": "/$1"
}
},
{
"source": "/console/:path",
"destination": "/index.html"
},
],
"installCommand": "pnpm install --frozen-lockfile"
}