From c7aaa8b830dd1d7d47be70c8932350dd76faf064 Mon Sep 17 00:00:00 2001 From: jenkins-infra-updatecli <178728+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:35:36 +0000 Subject: [PATCH] chore: Update Hugo version in the Netlify configuration file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 623ac48..ce68f10 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.128.0" + HUGO_VERSION = "0.138.0" [[headers]] for = "/*.json" @@ -14,7 +14,7 @@ [context.production.environment] HUGO_ENV = "production" NODE_ENV = "production" - HUGO_VERSION = "0.128.0" + HUGO_VERSION = "0.138.0" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"