We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e93a6e commit 3fed77dCopy full SHA for 3fed77d
vercel.json
@@ -1,5 +1,6 @@
1
{
2
"rewrites": [
3
+ { "source": "/", "destination": "/0" },
4
{ "source": "/(.*)", "destination": "/api/$1" }
5
]
6
}
0 commit comments