summaryrefslogtreecommitdiffstats
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r--config/_default/hugo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 5932a8a..842d22f 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -96,7 +96,6 @@ home = ["HTML", "RSS", "REDIR"]
source = "assets"
target = "assets"
[[module.mounts]]
- excludeFiles = "evidence/emails/*"
source = "content"
target = "content"
[[module.mounts]]
@@ -106,6 +105,7 @@ home = ["HTML", "RSS", "REDIR"]
source = "layouts"
target = "layouts"
[[module.mounts]]
+ excludeFiles = "emails/*"
source = "static"
target = "static"
[[module.mounts]]