Tweet Embeds
Visual regression page for the current tweet embed system, including cache-backed renders, URL normalization, note tweets, media, and article cards.
Visual regression page for the current tweet embed system. These examples exercise the same cache-backed render path the public site now ships: scripts/sync-tweets.mjs fetches syndication JSON during prebuild, writes src/generated/tweet-cache.json, and the <Tweet /> component renders from that cache first instead of trusting prerender-time network luck.