From 97e035006b0a721915eebf2026dde0ec4ef7bb5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 27 Jul 2025 15:15:49 +0200 Subject: [PATCH] Update netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 0629f73fc..6d028743d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo --gc --minify" [build.environment] - HUGO_VERSION = "0.148.1" + HUGO_VERSION = "0.148.2" [context.production.environment] HUGO_ENV = "production"