remove vercel legacy config

This commit is contained in:
Samandar Turgunboyev
2026-03-02 18:17:45 +05:00
parent 8248e5aa2a
commit 58ff67ce81

View File

@@ -1,13 +1,9 @@
{
"version": 2,
"framework": {
"name": "nextjs",
"config": {}
},
"routes": [
"builds": [
{
"src": "/(.*)",
"dest": "/$1"
"src": "package.json",
"use": "@vercel/next"
}
]
}