From 0312dda40740be229d9cd1772d5ad518e581b629 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 20 Nov 2024 20:26:58 -0500 Subject: [PATCH] Blog RSS workaround via redirect using 302 status code --- content/en/blog/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blog/_index.md b/content/en/blog/_index.md index 07428ffb4bea..4b8d78607c2c 100644 --- a/content/en/blog/_index.md +++ b/content/en/blog/_index.md @@ -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.