Enable caching and aggregation by default

This commit is contained in:
Oliver Davies 2024-05-18 09:55:29 +01:00
parent 3cb111f952
commit 376d02d561

View file

@ -2,9 +2,9 @@ _core:
default_config_hash: jtno5biznHZbrIgKwzq-ze-7XaQxLCGe6PeUOR7bRiQ
cache:
page:
max_age: 0
max_age: 86400
css:
preprocess: false
preprocess: true
gzip: true
fast_404:
enabled: true
@ -12,5 +12,5 @@ fast_404:
exclude_paths: '/\/(?:styles|imagecache)\//'
html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
js:
preprocess: false
preprocess: true
gzip: true