Files
cook/vercel.json
2022-06-27 09:38:18 +08:00

8 lines
198 B
JSON

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