From 806de0bbc42980ab299cbfc29bb9b9e9b4c4e4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 25 May 2023 19:27:33 +0200 Subject: [PATCH] docs: fix hero image on filesystem build --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a145b4a586..30c9980f8c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -179,7 +179,7 @@ disableHugoGeneratorInject = true target = 'i18n' [[module.mounts]] source = '../images' - target = 'content/images' + target = 'static/images' [[module.mounts]] source = 'layouts' target = 'layouts'