Given a baseURL set to https://example.com/hugo/, and I have an image static/img/image.png that I would like to access in a post inside the content folder.
I tried the above Markdown code in a post, and got an 404 error since the generated image path is https://example.com/img/image.png instead of https://example.com/hugo/img/image.png.
So how can @stiobhart’s Markdown code be adapted to this case for displaying images under the static/img folder?
Edited: I figured it out. Either one Page Bundle will do. The non-page resources will be accessible across different languages with the same bundle path and name.