Greetings,
I am having problems getting Hugo to use the Attachments directory where I store all images. I put all the markdown files in posts directory next to it is the Attachments directory. I edit the config.toml file as follows
Well the image is now displaying in Hugo but not displaying in Obsidian any ideas how to get images to display in both Hugo & Obsidian?
displays on Obsidian only

displays on Hugo site only

link to Hugo vs Obsidian image
https://imgur.com/a/XqLazcu
Here’s a simple example. The image in the markdown renders in Obsidian, vscode, etc.
I’m not sure what you’re doing wrong, but maybe this example will help:
git clone --single-branch -b hugo-forum-topic-41744 https://github.com/jmooring/hugo-testing hugo-forum-topic-41744
cd hugo-forum-topic-41744
hugo server
after reverting the Attachments folder back to where all the markdown files are. For some reason it seems Obsidian is not picking up the Attachment dir when placed in the root of the project.
Also I have to note that the local server would show the images being display but when git pushing to the live site the images would not show🤷🏼♂️
Either way I appreciate it