Commit e8e38b5
committed
[doc] Serve the DOI badge image from shields.io
Zenodo sends the badge SVG with cache-control: no-cache behind a
120 req/min per-IP rate limit. GitHub's camo proxy therefore re-fetches
it on every render from a shared IP pool, often getting a 429 that it
surfaces as a 502 broken image.
shields.io sends max-age=432000, so camo caches it instead. The link
target stays the concept DOI.
Assisted-by: Claude <noreply@anthropic.com>1 parent ec0f059 commit e8e38b5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments