From 01444f20f202dd81e684a9f20a052f67eeaf5039 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 14 Feb 2023 19:33:25 +0100 Subject: [PATCH] Remove: --minify from branch-deploy --- netlify.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 618998e..bc86fe5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,6 @@ publish = "public" command = "hugo" - [context.production.environment] HUGO_VERSION = "v0.108.0" HUGO_ENV = "production" @@ -15,7 +14,7 @@ HUGO_VERSION = "v0.108.0" [context.branch-deploy] - command = "hugo --minify" + command = "hugo" [context.branch-deploy.environment] HUGO_VERSION = "v0.108.0"