Skip to content

Commit c6b00e2

Browse files
committed
Fix Vercel SPA routing
1 parent 87e86ce commit c6b00e2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

vercel.json

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

0 commit comments

Comments
 (0)