Files
meridyn-bot/vercel.json
Samandar Turgunboyev bd23d3f2ad bug fix
2025-11-27 16:49:23 +05:00

9 lines
96 B
JSON

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