From e8d61201173c65357e268f855e2774ff9786a8e6 Mon Sep 17 00:00:00 2001 From: Victor Yuan Date: Wed, 22 May 2024 17:26:30 -0700 Subject: [PATCH] downgrade hugo version --- netlify.toml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/netlify.toml b/netlify.toml index d963569..bde77d6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,15 +3,9 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.126.1" + HUGO_VERSION = "0.119.0" + NODE_ENV = "production" + TZ = "UTC" # Set to preferred timezone [context.production.environment] - HUGO_VERSION = "0.126.1" HUGO_ENV = "production" - HUGO_ENABLEGITINFO = "true" - -[context.branch-deploy.environment] - HUGO_VERSION = "0.126.1" - -[context.deploy-preview.environment] - HUGO_VERSION = "0.126.1"