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