Skip to content

Commit

Permalink
Blog RSS workaround via redirect using 302 status code (#5652)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Nov 21, 2024
1 parent ddd8d43 commit 1ce408a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Blog
menu: { main: { weight: 50 } }
redirects:
# Every January, update the year number in the paths below
- { from: '', to: '2024/ 301!' }
- { from: '', to: '2024/ 302!' }
# Workaround to https://github.com/open-telemetry/opentelemetry.io/issues/4440:
- { from: 'index.xml', to: '2024/index.xml 301!' }
- { from: 'index.xml', to: '2024/index.xml 302!' }
outputs: [HTML, RSS]
htmltest:
# 2024-11-07 DO NOT COPY the following IgnoreDirs to non-en pages because handles all locales.
Expand Down

0 comments on commit 1ce408a

Please sign in to comment.