JessieExcel/vercel.json
2026-03-25 01:54:12 +08:00

12 lines
171 B
JSON

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