From 645e086db0b8a97beaccd9238f36565b5f28b2fa Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 2 Jun 2022 00:37:41 +0300 Subject: [PATCH] update hugo --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index b625fc9b7..2896d4bee 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,8 @@ [context.production.environment] - HUGO_VERSION = "0.70.0" + HUGO_VERSION = "0.100.1" [context.deploy-preview.environment] - HUGO_VERSION = "0.70.0" + HUGO_VERSION = "0.100.1" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"