From 7713c1ed51ff71832b2278840e32322903e037da Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Wed, 11 Jun 2025 20:08:44 -0500 Subject: [PATCH] adding pictures --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 0107a98..743627a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -108,5 +108,5 @@ source = 'assets' target = 'assets' [[module.mounts]] -source = 'posts/attachments' -target = 'assets/attachments' \ No newline at end of file +source = 'Blog/attachments' +target = 'content/posts/attachments' \ No newline at end of file