From 626cbb8af23af42b4f73f36b8d757914bc613dba Mon Sep 17 00:00:00 2001 From: Josh Aas Date: Tue, 17 Dec 2024 22:02:36 -0500 Subject: [PATCH] Bump version of Hugo used by Netlify to 0.130.0. (#1801) Doing this to allow us to replace the deprecated resources.ToCSS function. --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index d65008297..591eb07c2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ command = "hugo -d public" [build.environment] # same as .github/workflows/test.yaml -HUGO_VERSION = "0.128.2" +HUGO_VERSION = "0.130.0" # https://docs.netlify.com/routing/headers/#syntax-for-the-netlify-configuration-file # headers must be the same than in config/_default/server.toml (for Hugo)