Skip to content

Commit

Permalink
Blog RSS workaround via redirect (#5520)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Nov 4, 2024
1 parent 974cfd1 commit d3c66e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/en/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
title: Blog
menu: { main: { weight: 50 } }
redirects: [{ from: '', to: '2024/ 301!' }]
redirects:
# Every January, update the year number in the paths below
- { from: '', to: '2024/ 301!' }
# Workaround to https://github.com/open-telemetry/opentelemetry.io/issues/4440:
- { from: 'index.xml', to: '2024/index.xml 301!' }
outputs: [HTML, RSS]
htmltest:
IgnoreDirs:
Expand Down

0 comments on commit d3c66e3

Please sign in to comment.