remove vercel legacy config

This commit is contained in:
Samandar Turgunboyev
2026-03-02 18:15:05 +05:00
parent 4f47455233
commit 8248e5aa2a

13
vercel.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": 2,
"framework": {
"name": "nextjs",
"config": {}
},
"routes": [
{
"src": "/(.*)",
"dest": "/$1"
}
]
}