mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
FIX: make PNGOUT less extreme
This commit is contained in:
parent
518406bb2f
commit
8c4cd511cc
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ allow_lossy: false
|
||||||
advpng: false
|
advpng: false
|
||||||
optipng: false
|
optipng: false
|
||||||
pngcrush: false
|
pngcrush: false
|
||||||
pngout: true
|
pngout:
|
||||||
|
strategy: 2
|
||||||
pngquant: false
|
pngquant: false
|
||||||
# JPG
|
# JPG
|
||||||
jpegrecompress: false
|
jpegrecompress: false
|
||||||
|
|
Loading…
Reference in a new issue