Skip to content

Commit 119069e

Browse files
committed
Fix rewrites for root url
1 parent e662f30 commit 119069e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vercel.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"rewrites": [
3+
{"source": "/", "destination": "/api"},
34
{"source": "/:address", "destination": "/api"}
45
]
56
}

0 commit comments

Comments
 (0)