From 899b34fcd41f8905eed28a46e71e166edbaaba41 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Thu, 20 Nov 2025 14:01:36 -0800 Subject: [PATCH] Update HUGO_VERSION to 0.152.2 in netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ee191b3..acbf208 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = 'hugo --gc --minify --buildFuture && npm_config_yes=true npx pagefind --site "public"' [build.environment] - HUGO_VERSION = "0.135.0" + HUGO_VERSION = "0.152.2" #[[plugins]] #package = 'netlify-plugin-image-optim'