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

This commit is contained in:
2025-06-14 18:48:27 -05:00
parent d54a8928e9
commit 04c43c9522
2 changed files with 2 additions and 2 deletions

View File

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