Skip to content

Commit 75d7fe3

Browse files
committed
chore: add vercel.json for handling client-side routing
1 parent cb9086f commit 75d7fe3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vercel.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"rewrites": [
3+
{
4+
"source": "/(.*)",
5+
"destination": "/"
6+
}
7+
]
8+
}
9+

0 commit comments

Comments
 (0)