feat: remove upgrade helper plugin
This commit is contained in:
parent
6ae45909e2
commit
4b58c53060
3 changed files with 89 additions and 1391 deletions
|
@ -1,4 +1,3 @@
|
||||||
import UpgradeHelper from "@11ty/eleventy-upgrade-help";
|
|
||||||
import pluginRss from "@11ty/eleventy-plugin-rss";
|
import pluginRss from "@11ty/eleventy-plugin-rss";
|
||||||
import pluginNoRobots from "eleventy-plugin-no-robots";
|
import pluginNoRobots from "eleventy-plugin-no-robots";
|
||||||
import { eleventyImageTransformPlugin } from "@11ty/eleventy-img";
|
import { eleventyImageTransformPlugin } from "@11ty/eleventy-img";
|
||||||
|
@ -82,9 +81,6 @@ export default function (eleventyConfig) {
|
||||||
// --------------------- Shortcodes -----------------------
|
// --------------------- Shortcodes -----------------------
|
||||||
eleventyConfig.addShortcode("youtube", liteYoutube);
|
eleventyConfig.addShortcode("youtube", liteYoutube);
|
||||||
|
|
||||||
// TODO: Delete me before launch
|
|
||||||
eleventyConfig.addPlugin(UpgradeHelper);
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
// Optional (default is set): If your site deploys to a subdirectory, change `pathPrefix`, for example with with GitHub pages
|
// Optional (default is set): If your site deploys to a subdirectory, change `pathPrefix`, for example with with GitHub pages
|
||||||
pathPrefix: "/",
|
pathPrefix: "/",
|
||||||
|
|
1473
package-lock.json
generated
1473
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -33,8 +33,5 @@
|
||||||
"postcss": "^8.4.33",
|
"postcss": "^8.4.33",
|
||||||
"postcss-import": "^16.0.0",
|
"postcss-import": "^16.0.0",
|
||||||
"postcss-import-ext-glob": "^2.1.1"
|
"postcss-import-ext-glob": "^2.1.1"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@11ty/eleventy-upgrade-help": "^3.0.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue