How can I change the RSS URL?

No, that isn’t how I would do it.

Remove all but this:

[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"
```

The above should _redefine_ the built-in output format `RSS`, and then you don't have to add anything else.
2 Likes