upgrade hugo version for deployment

This commit is contained in:
Siddhartha Golu 2024-01-14 11:11:26 +05:30
parent 4eb7822cee
commit 680f6c35bc
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ publish = "public"
command = "hugo --gc --minify"
[context.production.environment]
HUGO_VERSION = "0.91.2"
HUGO_VERSION = "0.121.2
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"