From f32f1e2fb3bca07f9fce16ce20d21b00e9492b80 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sat, 14 Jun 2025 18:37:23 -0500 Subject: [PATCH] updated hugo config --- hugo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 4bd5a46..7a44d80 100644 --- a/hugo.toml +++ b/hugo.toml @@ -107,5 +107,8 @@ pagination.pagerSize = 5 [module] [[module.mounts]] - source = 'Blog/attachments' + source = 'content' + target = 'content' + [[module.mounts]] + source = 'attachments' target = 'content/posts/attachments' \ No newline at end of file