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

Commit e925a67

Browse files
authored
fix(build): 404 in vercel routing (#24)
* fix(build): 404 in vercel routing * fix(build): 404 in vercel routing
1 parent 7ac1248 commit e925a67

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+
"routes": [
3+
{ "handle": "filesystem" },
4+
{ "src": "/(.*)", "dest": "/index.html" }
5+
]
6+
}

0 commit comments

Comments
 (0)