Problem
fetch-github-repos.js includes dead or moved upstream slugs and overwrites its output with only successful fetches. The current cache contains 40 entries for 51 project cards.
Evidence
The GitHub API returns 404 for deja-dup/deja-dup, Flavius42/mission-center, and tesk-g/refine; comparison with docs/donations/projects.mdx finds 12 missing cached repositories. ProjectCard then falls back to visitor-side GitHub API requests.
Expected
Use canonical repositories where available and merge successful results with cached entries so transient failures do not erase project statistics.
Problem
fetch-github-repos.jsincludes dead or moved upstream slugs and overwrites its output with only successful fetches. The current cache contains 40 entries for 51 project cards.Evidence
The GitHub API returns 404 for
deja-dup/deja-dup,Flavius42/mission-center, andtesk-g/refine; comparison withdocs/donations/projects.mdxfinds 12 missing cached repositories.ProjectCardthen falls back to visitor-side GitHub API requests.Expected
Use canonical repositories where available and merge successful results with cached entries so transient failures do not erase project statistics.