From 1b5b449f995b17628f3779c509ae2152260356a4 Mon Sep 17 00:00:00 2001 From: William Chang <48861800+WilliamChang80@users.noreply.github.com> Date: Mon, 5 Oct 2020 21:48:34 +0700 Subject: [PATCH] Update netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a5745a43f2..db0604fad3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,7 @@ functions = "functions" command = "git submodule update --init --recursive --depth 1 && make non-production-build" [build.environment] -HUGO_VERSION = "0.75.1" +HUGO_VERSION = "0.74.3" NODE_VERSION = "10.20.0" RUBY_VERSION = "2.7.1"