From 1617ee75b4081e6d6f62ed036b29b74cc64c4c7a Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 21 Oct 2025 11:27:09 -0700 Subject: [PATCH] misc: Update Netlify config to build with v0.152.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 4259d0557..6db85d258 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo --gc --minify" [build.environment] - HUGO_VERSION = "0.151.1" + HUGO_VERSION = "0.152.0" [context.production.environment] HUGO_ENV = "production"