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