Skip to content

Commit 44e50c9

Browse files
authored
Add Vercel routing configuration
1 parent e53b99f commit 44e50c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

client/vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"routes": [
3+
{
4+
"src": "/[^.]+",
5+
"dest": "/",
6+
"status": 200
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)