BoostNote-App/vercel.json
2021-02-12 19:53:41 +09:00

4 lines
72 B
JSON

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