mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Set a sensible maxAge on the image cache
This commit is contained in:
@@ -43,7 +43,7 @@ dir = ":cacheDir/:project"
|
||||
maxAge = -1
|
||||
[caches.images]
|
||||
dir = ":cacheDir/images"
|
||||
maxAge = -1
|
||||
maxAge = "1440h"
|
||||
[caches.assets]
|
||||
dir = ":resourceDir/_gen"
|
||||
maxAge = -1
|
||||
|
||||
Reference in New Issue
Block a user