Files
FileCodeBoxFronted/vercel.json
2024-09-25 23:13:29 +08:00

4 lines
74 B
JSON

{
"rewrites": [{ "source": "/:path*", "destination": "/index.html" }]
}