memos/web/vercel.json
2024-02-05 00:01:31 +08:00

9 lines
96 B
JSON

{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}