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

This commit is contained in:
2025-06-13 20:33:48 -05:00
parent a9c249a483
commit 602a97f6cc

View File

@ -104,9 +104,9 @@ enableDefault = true
enableDefault = true enableDefault = true
[[module.mounts]] [[module.mounts]]
source = 'assets' source = 'content'
target = 'assets' target = 'content'
[[module.mounts]] [[module.mounts]]
source = 'posts/attachments' source = 'Blog/attachments'
target = 'posts/attachments' target = 'content/posts/attachments'