From 602a97f6ccc752f604e4c17d7684d85dcb101b21 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Fri, 13 Jun 2025 20:33:48 -0500 Subject: [PATCH] updated hugo config --- hugo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index c6e76a5..16dac37 100644 --- a/hugo.toml +++ b/hugo.toml @@ -104,9 +104,9 @@ enableDefault = true enableDefault = true [[module.mounts]] -source = 'assets' -target = 'assets' +source = 'content' +target = 'content' [[module.mounts]] -source = 'posts/attachments' -target = 'posts/attachments' \ No newline at end of file +source = 'Blog/attachments' +target = 'content/posts/attachments' \ No newline at end of file