Hello there,
Can anyone tell me where images go once hugo build your site? For example, if I have an image stored with my markdown files in a subdirectory of content such as \content\subfolder1\subfolder2\myimage.png … Where does that image go after hugo builds the site?
…or, alternatively, how does one see the memory cache of the build that hugo last made, so I can visually check to see where it has gone? (this would be super helpful for other problems as well)
The reason I ask is I am experiencing some weird behaviour. I can find the image by trial and error, going two subfolders deep. but anything more than two deep and the image doesn’t seem to be found. I am hoping the answer to the above will help me solve this issue.
Thank you for any ideas
John