Skip to content

Commit

Permalink
Adjust hugo caching
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
  • Loading branch information
IanMadd committed Dec 18, 2024
1 parent 1be93f9 commit 77e9952
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,16 @@ summaryLength = 20
maxAge = -1
[caches.getjson]
dir = ':cacheDir/:project'
maxAge = "1h"
maxAge = -1
[caches.getresource]
dir = ':cacheDir/:project'
maxAge = "1h"
maxAge = -1
[caches.images]
dir = ':resourceDir/_gen'
maxAge = -1
[caches.misc]
dir = ':cacheDir/:project'
maxAge = -1
[caches.modules]
dir = ':cacheDir/modules'
maxAge = -1

0 comments on commit 77e9952

Please sign in to comment.