From 817e28a1f787c1154e4d3e91c5a0573e0e994705 Mon Sep 17 00:00:00 2001 From: Tyler Hale Date: Fri, 22 Mar 2024 13:54:24 -0600 Subject: [PATCH] Enabling cache --- hugo.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index d781d0d..f06d570 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -21,10 +21,10 @@ build: target: (json) - source: layouts/.* target: (json) -#caches: - #images: - #dir: :cacheDir/gallerydeluxe - #maxAge: 24h +caches: + images: + dir: :cacheDir/gallerydeluxe + maxAge: 168h imaging: resampleFilter: CatmullRom quality: 90