OpChan/vercel.json

4 lines
72 B
JSON
Raw Normal View History

{
2025-08-30 18:34:50 +05:30
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}