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