From c4934542c050d6a53b47574b019b4a732a39fb45 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sat, 14 Jun 2025 18:50:07 -0500 Subject: [PATCH] updated hugo config --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index d615654..20c99fc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -110,5 +110,5 @@ pagination.pagerSize = 5 source = 'content' target = 'content' [[module.mounts]] - source = 'posts' + source = 'content/posts' target = 'content/posts/attachments' \ No newline at end of file