From 49747f88f1e077816c430ac576a46a07b3a17536 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 12 Jan 2023 22:39:35 +0100 Subject: [PATCH] update hugo --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index d5fe005..106a5f6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,10 +5,10 @@ publish = "public" command = "./hugo --baseURL https://www.itix.fr --minify" [build.environment] # Global -HUGO_VERSION = "0.79.1" +HUGO_VERSION = "0.93.3" [context.production.environment] # Only for prod -HUGO_VERSION = "0.79.1" +HUGO_VERSION = "0.93.3" [context.deploy-preview] command = "./hugo --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL"