feat: remove upgrade helper plugin

This commit is contained in:
Devin Haska 2024-11-10 20:59:10 -08:00
parent 6ae45909e2
commit 4b58c53060
3 changed files with 89 additions and 1391 deletions

View file

@ -1,4 +1,3 @@
import UpgradeHelper from "@11ty/eleventy-upgrade-help";
import pluginRss from "@11ty/eleventy-plugin-rss";
import pluginNoRobots from "eleventy-plugin-no-robots";
import { eleventyImageTransformPlugin } from "@11ty/eleventy-img";
@ -82,9 +81,6 @@ export default function (eleventyConfig) {
// --------------------- Shortcodes -----------------------
eleventyConfig.addShortcode("youtube", liteYoutube);
// TODO: Delete me before launch
eleventyConfig.addPlugin(UpgradeHelper);
return {
// Optional (default is set): If your site deploys to a subdirectory, change `pathPrefix`, for example with with GitHub pages
pathPrefix: "/",