Redirect RSS to new URL

The older one was `/rss` for Gatsby; this now goes to the more
descriptive `/feed.xml`
This commit is contained in:
Hippo 2020-03-31 17:12:54 +05:30
parent d6a24b49cc
commit 95dac3d193
1 changed files with 5 additions and 0 deletions

View File

@ -33,3 +33,8 @@
public,
max-age=0,
must-revalidate'''
[[redirects]]
from = "/rss"
to = "/feed.xml"
status = 301