1
0
mirror of synced 2026-03-23 21:18:36 +08:00
Files
cook/vercel.json

7 lines
140 B
JSON

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