I need to create a minimal reproducible example, but wanted to get this logged in case the cause was obvious to someone. Reference: <https://discourse.gohugo.io/t/44553/9> ```text rm -rf resources/ public/ && hugo server --renderStaticToDisk ``` Version|Result :--|:-- v0.111.3|No missing images on home page v0.112.3|Some missing images on home page ```text rm -rf resources/ public/ && hugo server ``` Version|Result :--|:-- v0.111.3|No missing images on home page v0.112.3|No missing images on home page