Dev Log
Add Jonah Duncan headshot
What was done
- Copied
.tmp/jonah.pngtosrc/assets/team/jonah.png(1.5 MB source PNG; Astro’s image pipeline auto-optimizes to webp variants at the requested sizes). - Added
import jonahImg from "../../assets/team/jonah.png"plus"jonah-duncan": jonahImgentry to theportraitImagesslug→ImageMetadata map insrc/pages/about/index.astro(team grid, 160px lazy) andsrc/pages/about/[slug].astro(bio hero, 400px eager). - Build verified:
dist/_astro/jonah.*.webpvariants emitted at both sizes.
Why
Headshot was provided. Pattern matches the prior Shane / Kelli / Ryan rollouts — same import + map + Astro Image pipeline path, no new code. With this change the four most-named Bailey team members (Shane, Kelli, Jonah, Ryan) all render real portraits instead of initials placeholders, which strengthens the named-author E-E-A-T signal across the site.
Files affected
Created:
src/assets/team/jonah.pngsrc/content/devlog/2026-04-29-jonah-headshot.md— this entry
Modified:
src/pages/about/index.astro— added import + portraitImages entrysrc/pages/about/[slug].astro— added import + portraitImages entry