Skip to content

Commit 0312dda

Browse files
authored
Blog RSS workaround via redirect using 302 status code
1 parent f1d69e4 commit 0312dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/blog/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Blog
33
menu: { main: { weight: 50 } }
44
redirects:
55
# Every January, update the year number in the paths below
6-
- { from: '', to: '2024/ 301!' }
6+
- { from: '', to: '2024/ 302!' }
77
# Workaround to https://github.com/open-telemetry/opentelemetry.io/issues/4440:
8-
- { from: 'index.xml', to: '2024/index.xml 301!' }
8+
- { from: 'index.xml', to: '2024/index.xml 302!' }
99
outputs: [HTML, RSS]
1010
htmltest:
1111
# 2024-11-07 DO NOT COPY the following IgnoreDirs to non-en pages because handles all locales.

0 commit comments

Comments
 (0)