fix vercel config for Next.js 16

This commit is contained in:
Samandar Turgunboyev
2026-03-02 18:42:30 +05:00
parent fc1bc9c0a9
commit a0994df9bd

View File

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