From 664f6c92f3e7aaf0e81984ab47bb3842f2dcf16c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 14 Feb 2025 01:01:40 -0800 Subject: [PATCH] config: Change image cache location --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index c0094725f..f1716c3ea 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,6 +10,10 @@ title = "Hugo" # We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below). disableAliases = true +[caches.images] + dir = ":cacheDir/images" + maxAge = "1440h" + [pagination] pagerSize = 100