Skip to content

Commit

Permalink
chore(11ty): Remove unused UpgradeHelper plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nsunami committed Jan 16, 2025
1 parent 5c130a7 commit a74e97e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eleventy.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import pluginImages from "./eleventy.config.images.js";

/** @param {import('@11ty/eleventy').UserConfig} eleventyConfig */
export default function (eleventyConfig) {
eleventyConfig.addPlugin(UpgradeHelper);
// Copy the contents of the `public` folder to the output folder
// For example, `./public/css/` ends up in `_site/css/`
eleventyConfig.addPassthroughCopy({
Expand Down

0 comments on commit a74e97e

Please sign in to comment.