Skip to content

Commit 71ebea2

Browse files
committed
feat: update Vercel configuration to include build command for Hugo
1 parent 3cb1253 commit 71ebea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"env": {
77
"HUGO_VERSION": "0.139.0"
88
}
9-
}
9+
},
10+
"buildCommand": "git submodule update --init --recursive && hugo --gc"
1011
}

0 commit comments

Comments
 (0)