From aaa25e1322910273345df03ca49aa0f95c30e7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 8 Jun 2023 17:16:28 +0200 Subject: [PATCH] docs: restore favicon on publish --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2019d66be1..73e06c3711 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -199,6 +199,9 @@ disableHugoGeneratorInject = true [[module.mounts]] source = '../images' target = 'static/images' + [[module.mounts]] + source = 'static/images' + target = 'static/images' [[module.mounts]] source = 'layouts' target = 'layouts'