Skip to content

Commit 86c1522

Browse files
authored
Merge pull request #1948 from TerryHowe/fix-redirect-old-rss-feed-to-new
fix: redirect old rss feed to new
2 parents 31fe6dc + 9ad11ca commit 86c1522

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ package = "./netlify-plugins/cache-docusaurus-dirs-file"
5050
to = "https://docs.google.com/document/d/10cyzggPiLeLz169cDF1UaUMmM4uZx6rO3Bw9rRQRjJA/edit?usp=sharing"
5151
status = 302
5252

53+
# RSS feed alias
54+
[[redirects]]
55+
from = "/blog/index.xml"
56+
to = "/blog/rss.xml"
57+
status = 200
58+
5359
# docs.helm.sh to current domain
5460
[[redirects]]
5561
from = "https://docs.helm.sh/*"

0 commit comments

Comments
 (0)