diff --git a/netlify.toml b/netlify.toml index 45a8a83..b1f1776 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.95.0" + HUGO_VERSION = "0.111.3" [[headers]] for = "/*.json" @@ -14,7 +14,7 @@ [context.production.environment] HUGO_ENV = "production" NODE_ENV = "production" - HUGO_VERSION = "0.95.0" + HUGO_VERSION = "0.111.3" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"