From b1cb88327ff533e0b1963da796de192959e38bac Mon Sep 17 00:00:00 2001 From: Splitter Date: Sat, 27 Apr 2024 15:15:50 +0000 Subject: [PATCH] starters: fix Hugo not loading assets --- config/_default/module.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/_default/module.yaml b/config/_default/module.yaml index b4b0878..ac2a62a 100644 --- a/config/_default/module.yaml +++ b/config/_default/module.yaml @@ -21,3 +21,5 @@ mounts: includeFiles: '**.css' - source: layouts target: layouts + - source: assets + target: assets