Skip to content

Commit 8e5a455

Browse files
committed
Added GitHub Pages caches.images config option
Signed-off-by: Steve Scargall <[email protected]>
1 parent 1d532fa commit 8e5a455

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

hugo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,9 @@ tags = 'tags'
138138
[module]
139139
[module.hugoVersion]
140140
extended = true
141-
min = '0.146.0'
141+
min = '0.146.0'
142+
143+
# GitHub Pages
144+
[caches]
145+
[caches.images]
146+
dir = ':cacheDir/images'

0 commit comments

Comments
 (0)