From 6fa0de6a77ed49e97539d58ce7cd8673f5575d1a Mon Sep 17 00:00:00 2001 From: Tixie Date: Sun, 21 Apr 2024 20:21:08 +0200 Subject: [PATCH] Update hugo version --- netlify.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 241182e..1dc6399 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,10 +2,11 @@ publish = "public" command = "hugo -b $URL" [build.environment] - HUGO_VERSION = "0.110.0" + HUGO_VERSION = "0.124.1" [context.production.environment] + HUGO_VERSION = "0.124.1" HUGO_ENV = "production" command = "hugo -b $URL"