From 80d9993f22c13da95e04ba4a50c8ccff43afe0cb Mon Sep 17 00:00:00 2001 From: Arhell Date: Tue, 9 Jan 2024 02:10:14 +0200 Subject: [PATCH] update hugo to 0.121.2 --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 086a8df96..00a41ca3b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,8 @@ [context.production.environment] - HUGO_VERSION = "0.121.1" + HUGO_VERSION = "0.121.2" [context.deploy-preview.environment] - HUGO_VERSION = "0.121.1" + HUGO_VERSION = "0.121.2" [[redirects]] from = "/log/*"