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