Skip to content

Commit a87be35

Browse files
authored
Create vercel.json
1 parent cd27a86 commit a87be35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"rewrites": [
3+
{ "source": "/api/(.*)", "destination": "/api/$1" },
4+
{ "source": "/(.*)", "destination": "/index.html" }
5+
]
6+
}

0 commit comments

Comments
 (0)