presentation/vercel.json
2022-05-14 14:19:38 +07:00

5 lines
80 B
JSON

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