From 203a07cade0673068d17b766da758f7dfb511395 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Mon, 15 Feb 2021 19:06:14 +0100 Subject: [PATCH] Updated netllify.config --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index e2c103c..2ce3207 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,17 +3,17 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.78.2" + HUGO_VERSION = "0.80.0" HUGO_ENV = "production" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] - HUGO_VERSION = "0.78.2" + HUGO_VERSION = "0.80.0" [context.branch-deploy] command = "hugo -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] - HUGO_VERSION = "0.78.2" + HUGO_VERSION = "0.80.0"