From 18037301f8cc0c5d7c642539e1e4573e6cb15701 Mon Sep 17 00:00:00 2001 From: jenkins-infra-updatecli <178728+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:51:19 +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"