Commit dc0346b
fix: use absolute URL for RSS feed link to pass broken link checker
Docusaurus's broken link checker validates all internal paths (starting
with /) against its known routes. /blog/rss.xml is a generated file,
not a route, so the checker flagged it as broken on every page that
renders the footer — causing the CI build to fail.
Using the full absolute URL makes Docusaurus treat it as an external
link and skip the internal validation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2c04eb8 commit dc0346b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments