updated hugo config
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 33s

This commit is contained in:
2025-06-14 18:37:23 -05:00
parent e6b5eb0762
commit f32f1e2fb3

View File

@ -107,5 +107,8 @@ pagination.pagerSize = 5
[module] [module]
[[module.mounts]] [[module.mounts]]
source = 'Blog/attachments' source = 'content'
target = 'content'
[[module.mounts]]
source = 'attachments'
target = 'content/posts/attachments' target = 'content/posts/attachments'