docs: fix hero image on filesystem build

This commit is contained in:
Sören Weber 2023-05-25 19:27:33 +02:00
parent 08f84a1baf
commit 806de0bbc4
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -179,7 +179,7 @@ disableHugoGeneratorInject = true
target = 'i18n'
[[module.mounts]]
source = '../images'
target = 'content/images'
target = 'static/images'
[[module.mounts]]
source = 'layouts'
target = 'layouts'