--ignoreCache in server command break logo image but nothing else

My repo here: GitHub - anakinsleftleg/_help_repo1

If you clone and build it using --ignoreCache it makes it so the logo image, which is processed and created, simply isn’t found in the site. But none of the other processed graphics are affected. I looked in /layouts/partials/logo.html but didn’t find anything strange.

My server command is:
`hugo server --buildDrafts --navigateToChanged --noHTTPCache --verbose --ignoreCache

with --ignoreCache
image

without --ignoreCache
image

https://github.com/gohugoio/hugo/issues/8025

Well, ok then! Thx

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.