OpChan/vercel.json

5 lines
80 B
JSON
Raw Normal View History

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