Skip to content

Commit c35ebe7

Browse files
committed
feat: add vercel configuration for Hugo build environment
1 parent 673eb19 commit c35ebe7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vercel.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"build": {
3+
"env": {
4+
"HUGO_VERSION": "0.139.0"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)