drawDB/vercel.json

5 lines
75 B
JSON
Raw Normal View History

2024-02-27 21:16:14 +08:00
{
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
}