OpChan/vercel.json
2025-05-16 14:25:06 +05:30

5 lines
80 B
JSON

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