memos/web/vercel.json

9 lines
96 B
JSON
Raw Normal View History

2024-02-05 00:01:31 +08:00
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}