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:
parent
d6a24b49cc
commit
95dac3d193
1 changed files with 5 additions and 0 deletions
|
@ -33,3 +33,8 @@
|
||||||
public,
|
public,
|
||||||
max-age=0,
|
max-age=0,
|
||||||
must-revalidate'''
|
must-revalidate'''
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/rss"
|
||||||
|
to = "/feed.xml"
|
||||||
|
status = 301
|
||||||
|
|
Loading…
Reference in a new issue