From e5993f32be42d81b78cb02bd5c833231bd7d3eac Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 25 Jun 2023 07:15:47 -0700 Subject: [PATCH] Disable minify for preview on Cloudflare Signed-off-by: Tommy --- cloudflare-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudflare-build.sh b/cloudflare-build.sh index 07a149a..d6f4261 100644 --- a/cloudflare-build.sh +++ b/cloudflare-build.sh @@ -8,5 +8,5 @@ chmod u+x ./hugo if [ "$CF_PAGES_BRANCH" == "main" ]; then ./hugo --minify else - ./hugo -b "$CF_PAGES_URL" --minify + ./hugo -b "$CF_PAGES_URL" fi