Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit fbae841

Browse files
committed
fix(build): 404 in vercel routing
1 parent ed40f29 commit fbae841

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

frontend/public/_redirects

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/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)