Getting images to display in Hugo from Attachments sub directory

I looked at your directory structure again. There’s no way that will work. See:

https://discourse.gohugo.io/t/help-with-link-images-to-see-from-absolute-path-including-static/41177/2

1) Move the Attachments directory to the root of your project.
2) Change your site configuration:

[[module.mounts]]
source = 'Attachments'
target = 'static/Attachments'

3) Reference the Attachments directory in your markdown:

![my image](</Attachments/Pasted image 20220913193250.jpg>)

You will be able to see the image in Obsidian, vscode, etc.

But your life will be easier if you do not: