Update image optimizer

pull/2895/head
Daniel Supernault 2021-09-03 22:09:58 -06:00
rodzic 2ab032599c
commit a08c8a29d5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ return [
'optimizers' => [
Jpegoptim::class => [
'-m75', // set maximum quality to 75%
'-m' . (int) env('IMAGE_QUALITY', 80),
'--strip-all', // this strips out all text information such as comments and EXIF data
'--all-progressive', // this will make sure the resulting image is a progressive one
],