Files
meridyn-bot/vercel.json
Samandar Turgunboyev 4faf451cae bug fix
2025-11-27 16:47:43 +05:00

6 lines
145 B
JSON

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