Skip to content

Commit 2276996

Browse files
committed
fix: Vercel app is falling out went you reload the page
1 parent 6920306 commit 2276996

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

frontend/vercel.json

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

0 commit comments

Comments
 (0)