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