Hi. I need some rss customization. And if I put this rss code in my config file, home page permalink stops working. Instead of href=https://mypage.com/ it outputs href=https://mypage.com/rss.xml
[outputs]
home = [ "RSS", "HTML"]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss+xml"
baseName = "rss"
What would be a good solution for this. Do you think its a problem on my side or is it a bug in hugo?
Thanks