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:
parent
efd1587ee9
commit
ad2797c18d
1 changed files with 3 additions and 1 deletions
|
@ -81,5 +81,7 @@
|
||||||
},
|
},
|
||||||
"imageOptimization": {
|
"imageOptimization": {
|
||||||
"resize": true
|
"resize": true
|
||||||
}
|
},
|
||||||
|
"compress": true,
|
||||||
|
"preloadHeaders": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue