Skip to content

Commit a39db21

Browse files
authored
Merge pull request #2 from sscargal/ghpages
Added GitHub Pages caches.images config option
2 parents e25c01e + 8e5a455 commit a39db21

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)