Skip to content

Commit 3fed77d

Browse files
committed
Add back missing rewrite
1 parent 3e93a6e commit 3fed77d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vercel.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"rewrites": [
3+
{ "source": "/", "destination": "/0" },
34
{ "source": "/(.*)", "destination": "/api/$1" }
45
]
56
}

0 commit comments

Comments
 (0)