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