Files
meridyn-bot/vercel.json
Samandar Turgunboyev 114d1fb062 bug fix
2025-11-27 16:44:57 +05:00

6 lines
136 B
JSON

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