diff --git a/hugo.toml b/hugo.toml index abbdddb..5fcbbc2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -31,4 +31,9 @@ enableRobotsTXT = true [[menus.main]] name = "About" pageref = "about" - weight = 5 \ No newline at end of file + weight = 5 + + +[caches] + [caches.images] + dir = ':cacheDir/images' \ No newline at end of file