upgrade hugo version for deployment

This commit is contained in:
2024-01-14 11:11:26 +05:30
parent 4eb7822cee
commit 680f6c35bc

View File

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