From 2d6371e474771fb38f18a225a9b0e529fa57dec8 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Fri, 4 Apr 2025 13:51:19 -0700 Subject: [PATCH] fix: remove unused plugin eleventy-plugin-rss --- eleventy.config.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) 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",