From 563630d1d5896d9b459e9b437a2fd7f53f20c5fb Mon Sep 17 00:00:00 2001 From: Arhell Date: Tue, 27 Feb 2024 02:18:29 +0200 Subject: [PATCH] update hugo to 0.123.4 --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 0c8fe998b..1e3a2b80c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,8 @@ [context.production.environment] - HUGO_VERSION = "0.123.3" + HUGO_VERSION = "0.123.4" [context.deploy-preview.environment] - HUGO_VERSION = "0.123.3" + HUGO_VERSION = "0.123.4" [[redirects]] from = "/log/*"