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