Skip to content

Commit e54cdd0

Browse files
authored
Merge pull request #45922 from dipesh-rawat/fix-cacheDir-getresource
Update cacheDir configuration with "getresource" usage
2 parents e4925a6 + b5ea591 commit e54cdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ disableLanguages = ["no"]
4343
[caches.getcsv]
4444
dir = ":cacheDir/:project"
4545
maxAge = "60s"
46-
[caches.getjson]
46+
[caches.getresource]
4747
dir = ":cacheDir/:project"
4848
maxAge = "60s"
4949
[caches.images]

0 commit comments

Comments
 (0)