mirror of
https://github.com/tommytran732/tommytran.io
synced 2024-11-09 11:41:34 -05:00
Disable minify for preview on Cloudflare
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
4695c66bdb
commit
c85f195d55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user