Skip to content

Commit d3c66e3

Browse files
authored
Blog RSS workaround via redirect (#5520)
1 parent 974cfd1 commit d3c66e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/blog/_index.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
title: Blog
33
menu: { main: { weight: 50 } }
4-
redirects: [{ from: '', to: '2024/ 301!' }]
4+
redirects:
5+
# Every January, update the year number in the paths below
6+
- { from: '', to: '2024/ 301!' }
7+
# Workaround to https://github.com/open-telemetry/opentelemetry.io/issues/4440:
8+
- { from: 'index.xml', to: '2024/index.xml 301!' }
59
outputs: [HTML, RSS]
610
htmltest:
711
IgnoreDirs:

0 commit comments

Comments
 (0)