default webp compression to false since there's so much complaints about it
This commit is contained in:
parent
f93f2b2f76
commit
00bc24be7c
1 changed files with 1 additions and 1 deletions
|
|
@ -631,7 +631,7 @@ export const LOCAL_DEFAULT_CONFIG_DEFINITIONS = {
|
|||
},
|
||||
imageCompression: {
|
||||
description: 'Image compression (WebP/JPEG)',
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
alwaysUseJpeg: {
|
||||
description: 'Compress images using JPEG only',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue