Commit bfd4f20
fix: serve RSS XML at old Blogger feed URL instead of HTML redirect
RSS readers can't follow HTML meta-refresh redirects, so requesting
/feeds/posts/default?alt=rss returned unusable HTML instead of a feed.
Replace the Astro redirect with an actual endpoint that serves the same
RSS XML as /rss.xml.
Fixes #16
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent acb38be commit bfd4f20
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments