mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: vercel
This commit is contained in:
+5
-5
@@ -7,14 +7,14 @@
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/console",
|
||||
"destination": "/console/"
|
||||
},
|
||||
{
|
||||
"source": "/console/(.*)",
|
||||
"destination": "/$1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "/console/:path",
|
||||
"destination": "/index.html"
|
||||
},
|
||||
],
|
||||
"installCommand": "pnpm install --frozen-lockfile"
|
||||
}
|
||||
Reference in New Issue
Block a user