Skip to content

Commit 1775c03

Browse files
committed
Fix vercel runtime specifications - 2
1 parent 86e1ebd commit 1775c03

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

vercel.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@
22
"framework": "nextjs",
33
"buildCommand": "npm run build",
44
"outputDirectory": ".next",
5-
"installCommand": "npm install",
6-
"functions": {
7-
"pages/api/**/*.js": {
8-
"runtime": "@vercel/node@3.0.7"
9-
}
10-
}
5+
"installCommand": "npm install"
116
}

0 commit comments

Comments
 (0)