Fix broken fallback image in ContentCardTemplate — source.unsplash.com/random is deprecated (503)#2277
Fix broken fallback image in ContentCardTemplate — source.unsplash.com/random is deprecated (503)#2277kiluazen wants to merge 1 commit into
Conversation
source.unsplash.com/random was deprecated by Unsplash in mid-2024 and now returns 503, so any ContentCard that renders without a `props.image` shipped a broken <img> on the public site. Replace the fallback with a specific, permanent images.unsplash.com photo URL pinned to 800x500 at q=80. Photo is a code/laptop shot credit-free via Unsplash's CDN; drop-in replacement for the random developer-ish image the original fallback was meant to serve.
👷 Deploy request for nuxt pending review.Visit the deploys page to approve it
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fix for issue #2276.
source.unsplash.com/randomwas deprecated by Unsplash in mid-2024 and now returns 503 / times out.ContentCardTemplate.vueL79 used the endpoint as the image fallback, so anyContentCardrendered without an explicitprops.imageshipped a broken<img>on the live Nuxt site.Change
One-line: swap the fallback URL to a specific, permanent
images.unsplash.comphoto pinned to 800×500 at q=80.1763568258327-034710107b93(a laptop-with-code shot; fits the dev-oriented cards).public/— happy to push a follow-up that commits a bundled JPG instead.Reproduce the bug
Returns 503, or
HTTP/2 404on redirect, depending on region. See https://help.unsplash.com/en/articles/8656599-unsplash-source-is-deprecated for the official deprecation notice.Context
I ran a GitHub code search on 2026-04-21 — ~16,500 files across ~885 unique repos still reference this dead endpoint. Writeup (including this repo): https://github.com/kiluazen/tteg/blob/research-note-autark/RESEARCH.md