Skip to content

Commit 7aa5a91

Browse files
authored
chore: add vercel.json for SPA fallback routing (#650)
1 parent f8088ed commit 7aa5a91

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/web/vercel.json

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

0 commit comments

Comments
 (0)