Files
cook/vercel.json

7 lines
140 B
JSON

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