diff --git a/.eleventy.js b/.eleventy.js index 706dd30..1a3291e 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -73,7 +73,7 @@ module.exports = function(eleventyConfig) { ); eleventyConfig.addPlugin(feedPlugin, { - type: "rss", + type: "atom", outputPath: "/blog/rss", collection: { name: "posts",