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

View file

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