remove vercel legacy config

This commit is contained in:
Samandar Turgunboyev
2026-03-02 18:24:45 +05:00
parent 58ff67ce81
commit 86f49f6d82

View File

@@ -1,9 +1,24 @@
{
"version": 2,
"builds": [
"rewrites": [
{
"src": "package.json",
"use": "@vercel/next"
"source": "/old-path",
"destination": "/new-path"
}
]
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Custom-Header",
"value": "My Value"
}
]
}
],
"functions": {
"api/**/*.ts": {
"runtime": "nodejs20.x"
}
}
}