From 4b44211845aba875583c3208f462dac78934fe6c Mon Sep 17 00:00:00 2001 From: Josh Aas Date: Tue, 17 Dec 2024 22:09:35 -0500 Subject: [PATCH] Bump version of Hugo used by Netlify to 0.130.0. --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index d8f6628..19c02d8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.121.2" + HUGO_VERSION = "0.130.0" HUGO_ENABLEGITINFO = "true" ## Uncomment to use this redirect for Single Page Applications like create-react-app. ## Not needed for static site generators.