Files
XCDesktop/vercel.json
2026-03-08 01:34:54 +08:00

12 lines
171 B
JSON

{
"rewrites": [
{
"source": "/api/(.*)",
"destination": "/api/index"
},
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}