Enable caching and asset aggregation

Fixes #56
This commit is contained in:
Oliver Davies 2020-05-20 00:09:50 +01:00
parent bcfe01f62c
commit 2d3a32d478

View file

@ -1,8 +1,8 @@
cache:
page:
max_age: 0
max_age: 3600
css:
preprocess: false
preprocess: true
gzip: true
fast_404:
enabled: true
@ -10,7 +10,7 @@ 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
stale_file_threshold: 2592000
_core: