My feed is at /rss.xml
I want to redirect (ideally 302 redirect) from
/feed→/rss.xml/feed.xml→/rss.xml
Adding the following to hugo.yaml does not work
params
...
# For RSS feed
permalinks:
feed.xml: /rss.xml
redirect:
feed.xml: 301
What’s the correct way to do this?