Hugo v0.123.0: images are not showing up any more

Understood. The example above is slightly different.

content/
├── de/
│   └── s1/
│       ├── images/        <-- branch bundle
│       │   ├── _index.md
│       │   └── a.jpg
│       └── p1.md
└── en/
    └── s1/
        ├── images/        <-- just a dumb directory of s1 page resources
        │   └── b.jpg
        └── p1.md

Again, I’m not sure if this a bug or just an erroneous structure. I’ll log an issue (warn the user).

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