mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
CI: Decrease zopfli iterations
This commit is contained in:
parent
5741154155
commit
1c5826e999
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ GEMINI_RSYNC_DEST = $(USER):$(GEMINI_ROOT)
|
|||
|
||||
OUTPUT_DIR = public
|
||||
RSYNCFLAGS += -rlvz --zc=zstd
|
||||
ZOPFLI_ITERATIONS=1200 # max compression
|
||||
ZOPFLI_ITERATIONS=500 # max compression
|
||||
|
||||
.PHONY: hugo
|
||||
hugo: clean
|
||||
|
|
Loading…
Reference in a new issue