We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974cfd1 commit d3c66e3Copy full SHA for d3c66e3
content/en/blog/_index.md
@@ -1,7 +1,11 @@
1
---
2
title: Blog
3
menu: { main: { weight: 50 } }
4
-redirects: [{ from: '', to: '2024/ 301!' }]
+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!' }
9
outputs: [HTML, RSS]
10
htmltest:
11
IgnoreDirs:
0 commit comments