diff --git a/explorer-v2/vercel.json b/explorer-v2/vercel.json index 2424db8327..cb6ece5cec 100644 --- a/explorer-v2/vercel.json +++ b/explorer-v2/vercel.json @@ -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" } }