From d54a8928e96c277effe439f233eabce18c80b46f Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sat, 14 Jun 2025 18:46:49 -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 b57f922..3e17f12 100644 --- a/hugo.toml +++ b/hugo.toml @@ -110,5 +110,5 @@ pagination.pagerSize = 5 source = 'content' target = 'content' [[module.mounts]] - source = '../attachments' + source = 'Blog' target = 'content/posts/attachments' \ No newline at end of file