Files
unique/src
rzen 55c778817a fix: timelined hero broken on home tile
Same shape as the apex fix: review and find stored a byte-identical
hero.png, so Astro deduplicated them and the <Image>-rendered review
detail emitted only webp variants — the home tile's <img src> still
pointed at the original PNG URL Astro never wrote to disk.

- Switch the review MDX from explicit <Image> to standard markdown
  image syntax (consistent with every other review)
- Re-encode the review's hero.png so its bytes differ from the find's
  copy, giving it its own asset hash with the original PNG emitted

Build clean; home tile resolves to /_astro/hero.CCPzFuPP.png (160 KB).
2026-05-04 20:51:27 -04:00
..