fix vercel file

This commit is contained in:
benedettadavico
2025-09-15 08:34:36 +02:00
parent 5990d4feeb
commit 5301edaf62
+3 -5
View File
@@ -2,14 +2,12 @@
"buildCommand": "yarn build",
"installCommand": "yarn install",
"framework": "nextjs",
"functions": {
"app/**/*.tsx": {
"runtime": "nodejs20.x"
}
},
"build": {
"env": {
"NODE_VERSION": "20"
}
},
"engines": {
"node": "20.x"
}
}