From ab74d728cf5767c1c04fb882be3eec24e1ce711a Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Mon, 16 Jun 2025 00:06:45 -0500 Subject: [PATCH] fixing pictures links --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 2199369..66958cc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -107,4 +107,4 @@ enableDefault = true [[module.mounts]] source = 'attachments' -target = 'content/posts/attachments' +target = 'attachments'