Files
cook/vercel.json
2022-04-22 17:55:48 +08:00

6 lines
80 B
JSON

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