Skip to content

Commit 781b66a

Browse files
authored
Add Vercel configuration for routing
1 parent 4708765 commit 781b66a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"routes": [
3+
{ "handle": "filesystem" },
4+
{ "src": "/.*", "dest": "/index.html" }
5+
]
6+
}

0 commit comments

Comments
 (0)