diff --git a/eleventy.config.js b/eleventy.config.js index 74e91f5..6a9e71b 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -1,4 +1,3 @@ -import pluginRss from "@11ty/eleventy-plugin-rss"; import pluginNoRobots from "eleventy-plugin-no-robots"; import { eleventyImageTransformPlugin } from "@11ty/eleventy-img"; diff --git a/package.json b/package.json index e5183bf..212ecb7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "@11ty/eleventy": "^3.0.0", "@11ty/eleventy-fetch": "^4.0.0", "@11ty/eleventy-img": "^5.0.0", - "@11ty/eleventy-plugin-rss": "^1.2.0", "autoprefixer": "^10.4.17", "cheerio": "^1.0.0-rc.12", "cssnano": "^6.0.3",