fix(deploy): eliminar nodeVersion invalid de vercel.json (Vercel ho agafa de package.json engines)

This commit is contained in:
2026-07-15 09:53:27 +02:00
parent 7630406e3c
commit 940c9ebb3c
+1 -2
View File
@@ -3,6 +3,5 @@
"framework": "astro",
"buildCommand": "astro build",
"outputDirectory": "dist",
"installCommand": "pnpm install --frozen-lockfile",
"nodeVersion": "22.x"
"installCommand": "pnpm install --frozen-lockfile"
}