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
[[module.mounts]]
source = 'assets'
target = 'assets'
source = 'content'
target = 'content'
[[module.mounts]]
source = 'posts/attachments'
target = 'posts/attachments'
source = 'Blog/attachments'
target = 'content/posts/attachments'