🔧 Add the 'compress' and 'preloadHeaders' options to defaults.json config (#9863)

This commit is contained in:
Sumedh Nimkarde 2018-09-12 21:57:01 +05:30 committed by Nazar Gargol
parent efd1587ee9
commit ad2797c18d

View File

@ -81,5 +81,7 @@
},
"imageOptimization": {
"resize": true
}
},
"compress": true,
"preloadHeaders": false
}