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).
This commit is contained in:
2026-05-04 20:51:27 -04:00
parent 2b83b9c2c1
commit 55c778817a
2 changed files with 1 additions and 6 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 156 KiB

+1 -6
View File
@@ -10,12 +10,7 @@ source: "Brett Terpstra"
fromFind: timelined
---
import { Image } from 'astro:assets';
import hero from './hero.png';
<figure class="hero">
<Image src={hero} alt="Timelined's vertical timeline view on iPhone, with stacked dated events." />
</figure>
![Timelined's vertical timeline view on iPhone, with stacked dated events.](./hero.png)
> A native iOS app that turns "when did this start?" into a question you can actually answer. Timelined is a general-purpose life-event timeline whose unsung killer use case is the personal medical history you wish you had been keeping all along.