Files
cook/vercel.json
2022-06-27 09:46:01 +08:00

8 lines
197 B
JSON

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