Files
meridyn-bot/vercel.json
Samandar Turgunboyev b5b75e9b0d bug fix
2025-11-27 16:40:36 +05:00

11 lines
164 B
JSON

{
"version": 2,
"builds": [
{
"src": "index.html",
"use": "@vercel/static"
}
],
"routes": [{ "src": "/(.*)", "dest": "/index.html" }]
}