chore: add redirect from old RSS feed url to new one

This commit is contained in:
Stefan Imhoff
2023-06-13 18:53:52 +02:00
parent f3986f9d6c
commit 8d1619a629

View File

@@ -45,6 +45,12 @@ to = "https://bg.raindrop.io/rss/public/25041238"
status = 200
# Redirects
[[redirects]]
from = "/index.xml"
to = "/rss.xml"
status = 301
force = true
[[redirects]]
from = "/templates-for-ia-writer"
to = "/koi-design"