1
1
Fork 0

rss is now atom format

This commit is contained in:
Ava Gaiety W 2025-07-09 11:32:20 -06:00
parent ba690649c0
commit d2a2aa490f

View file

@ -73,7 +73,7 @@ module.exports = function(eleventyConfig) {
); );
eleventyConfig.addPlugin(feedPlugin, { eleventyConfig.addPlugin(feedPlugin, {
type: "rss", type: "atom",
outputPath: "/blog/rss", outputPath: "/blog/rss",
collection: { collection: {
name: "posts", name: "posts",