Files
cook/vercel.json
2022-04-27 02:20:33 +08:00

8 lines
197 B
JSON

{
"rewrites": [
{ "source": "/about", "destination": "/index.html" },
{ "source": "/help", "destination": "/index.html" },
{ "source": "/wechat", "destination": "/index.html" }
]
}