diff --git a/hugo.toml b/hugo.toml index d615654..20c99fc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -110,5 +110,5 @@ pagination.pagerSize = 5 source = 'content' target = 'content' [[module.mounts]] - source = 'posts' + source = 'content/posts' target = 'content/posts/attachments' \ No newline at end of file