presentation/vercel.json

6 lines
80 B
JSON
Raw Normal View History

2022-05-14 09:19:38 +02:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}