fixing pictures links
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 31s

This commit is contained in:
2025-06-16 00:12:07 -05:00
parent ab74d728cf
commit fb956dfdfc

View File

@ -1,4 +1,4 @@
publishDir = '/public' publishDir = './public'
baseURL = 'https://blog.theoswalds.com/' baseURL = 'https://blog.theoswalds.com/'
languageCode = "en-us" languageCode = "en-us"
# Add it only if you keep the theme in the `themes` directory. # Add it only if you keep the theme in the `themes` directory.
@ -104,7 +104,11 @@ enableDefault = true
[markup.goldmark.renderHooks.link] [markup.goldmark.renderHooks.link]
enableDefault = true enableDefault = true
[module]
[[module.mounts]]
source = 'content'
target = 'content'
[[module.mounts]] [[module.mounts]]
source = 'attachments' source = 'attachments'
target = 'attachments' target = 'content/posts/attachments'