From 7028d694c33aa9d9af9bcc1c45cb682df24d7245 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 12 Feb 2024 09:03:03 +0100 Subject: [PATCH] Anciently missed some lines from last commit --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 7c7c5b6..1b17fcb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo --minify" [context.production.environment] - HUGO_VERSION = "v0.111.0" + HUGO_VERSION = "v0.122.0" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -11,10 +11,10 @@ command = "hugo --minify" [context.deploy-preview.environment] - HUGO_VERSION = "v0.111.0" + HUGO_VERSION = "v0.122.0" [context.branch-deploy] command = "hugo" [context.branch-deploy.environment] - HUGO_VERSION = "v0.111.0" + HUGO_VERSION = "v0.122.0"