Skip to content

Commit 2fa3afd

Browse files
author
sandeeprudola
committed
Fix Vercel routing for React Router
1 parent 71ab5c1 commit 2fa3afd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/vercel.json

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

0 commit comments

Comments
 (0)