Skip to content

Commit c207218

Browse files
authored
Update vercel.json
1 parent 4384fd9 commit c207218

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

vercel.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2-
"buildCommand": "next build"
2+
"builds": [
3+
{
4+
"src": "package.json",
5+
"use": "@vercel/node",
6+
"config": {
7+
"installCommand": "npm install --force",
8+
"buildCommand": "npm run build"
9+
}
10+
}
11+
]
312
}

0 commit comments

Comments
 (0)