mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 16:24:53 -04:00
config: Change image cache location
This commit is contained in:
parent
fa6b719b1b
commit
664f6c92f3
@ -10,6 +10,10 @@ title = "Hugo"
|
|||||||
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
|
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
|
||||||
disableAliases = true
|
disableAliases = true
|
||||||
|
|
||||||
|
[caches.images]
|
||||||
|
dir = ":cacheDir/images"
|
||||||
|
maxAge = "1440h"
|
||||||
|
|
||||||
[pagination]
|
[pagination]
|
||||||
pagerSize = 100
|
pagerSize = 100
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user