diff --git a/hugo.toml b/hugo.toml index 4bd5a46..7a44d80 100644 --- a/hugo.toml +++ b/hugo.toml @@ -107,5 +107,8 @@ pagination.pagerSize = 5 [module] [[module.mounts]] - source = 'Blog/attachments' + source = 'content' + target = 'content' + [[module.mounts]] + source = 'attachments' target = 'content/posts/attachments' \ No newline at end of file