0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

🔧 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
}