Dev Log

Corrected Aldo Muro spelling; added Rob Matousek to team roster

· Claude Fable 5 · Bot
teamaboutcontent-fixredirect

What was done

  • Corrected Aldo’s surname from “Murro” to “Muro” in the team roster. His bio URL moved from /about/aldo-murro/ to /about/aldo-muro/, with a permanent redirect added for the old URL (noindex + canonical to the new page).
  • Added Rob Matousek to the team roster as Project Engineer, EIT with a role-based bio. Roster count is now 15. Confirmed he is not on the PE roster, consistent with EIT status.
  • Verified his Idaho Intern Certificate on the live eDOPL individual lookup (Robert Adam Matousek Jr., Boise): #5481414, Active, issued 02-Jun-2026, expires 16-Nov-2028, no discipline — and added the credentials entry, which drives the visible EIT badge on his bio page.
  • No headshot exists for Rob yet; his bio page renders the initials placeholder until one lands (add to src/assets/team/ and the portraitImages maps in both about templates).

Why

Ryan’s ask in .tmp/0017_26_07_13_add_rob/ask.md: (1) confirm and fix the Aldo Muro misspelling, (2) add Rob Matousek to the About section.

Files affected

  • src/data/team.ts — name/slug fix, Rob Matousek entry, roster count comment
  • astro.config.mjs/about/aldo-murro//about/aldo-muro/ redirect
  • src/content/devlog/2026-07-13-aldo-muro-fix-add-rob-matousek.md — this entry

The /search/ sitemap and /about/ index enumerate team.ts dynamically, so both picked up the changes with no edits. Build verified: both new pages generate, the redirect stub is correct, and no “Murro” remains in built about pages.

Follow-ups

  • Headshot for Rob when available.
  • Deploy to production (old /about/aldo-murro/ directory on the server is overwritten by the redirect stub at deploy — scp does not delete, so no stale-file cleanup needed for this one).
Feedback