From eb6bb7e3eb3c578b71f35107e9911724cb756006 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Fri, 19 Apr 2024 21:26:45 +0200 Subject: [PATCH] Update Netlify settings --- netlify.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 7259923..2346b7d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,3 @@ -HUGO_VERSION = "0.124.0" - [build] publish = "public" functions = "functions" @@ -7,6 +5,7 @@ HUGO_VERSION = "0.124.0" [build.environment] NODE_VERSION = "20.11.0" NPM_VERSION = "10.2.4" + HUGO_VERSION = "0.125.1" [context.production] command = "hugo --minify --gc"