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