From b69fa0e13c75a1c73c0a7f026dd05d22bba4eda2 Mon Sep 17 00:00:00 2001 From: Daniel Roelfs Date: Sat, 7 Oct 2023 22:12:26 +0200 Subject: [PATCH] update hugo version --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 29108bc..8731957 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,16 +5,16 @@ [context.production.environment] command = "hugo --buildFuture -b $DEPLOY_PRIME_URL" - HUGO_VERSION = "0.67.1" + HUGO_VERSION = "0.116.1" HUGO_ENV = "production" [context.deploy-preview] command = "hugo --buildFuture -b $DEPLOY_PRIME_URL" - HUGO_VERSION = "0.67.1" + HUGO_VERSION = "0.116.1" [context.branch-deploy] command = "hugo --buildFuture -b $DEPLOY_PRIME_URL" - HUGO_VERSION = "0.67.1" + HUGO_VERSION = "0.116.1" [[headers]] for = "/*"