From 720c7ff673911b52da3da5c932402e6b44471862 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 17 Feb 2025 13:40:08 -0800 Subject: [PATCH] config: Evict getresource cache hourly --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index 6c1b9fe6af..8fff3ea372 100644 --- a/hugo.toml +++ b/hugo.toml @@ -12,6 +12,9 @@ disableAliases = true [caches.images] dir = ":cacheDir/images" maxAge = "1440h" +[caches.getresource] + dir = ':cacheDir/:project' + maxAge = "1h" [pagination] pagerSize = 100