From fb956dfdfc0604eba9905dc8bc9667dd339cefc9 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Mon, 16 Jun 2025 00:12:07 -0500 Subject: [PATCH] fixing pictures links --- hugo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 66958cc..4442781 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -publishDir = '/public' +publishDir = './public' baseURL = 'https://blog.theoswalds.com/' languageCode = "en-us" # Add it only if you keep the theme in the `themes` directory. @@ -104,7 +104,11 @@ enableDefault = true [markup.goldmark.renderHooks.link] enableDefault = true +[module] +[[module.mounts]] +source = 'content' +target = 'content' [[module.mounts]] source = 'attachments' -target = 'attachments' +target = 'content/posts/attachments'