Files
gastro-bot/vercel.json
Samandar Turgunboyev 0fbde344a3 bug fix
2025-12-15 19:12:44 +05:00

16 lines
182 B
JSON

{
"version": 2,
"builds": [
{
"src": "next.config.js",
"use": "@vercel/next"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/$1"
}
]
}