From c80f319bd7454cff547c2e52dbf452dcb1bd512a Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 17 Dec 2023 13:08:03 +0200 Subject: [PATCH] update hugo to 0.121.1 --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 03c362c53..086a8df96 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,8 @@ [context.production.environment] - HUGO_VERSION = "0.120.4" + HUGO_VERSION = "0.121.1" [context.deploy-preview.environment] - HUGO_VERSION = "0.120.4" + HUGO_VERSION = "0.121.1" [[redirects]] from = "/log/*"