Update to Eleventy v3 #11
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 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: "/",
|
||||
|
|
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-import": "^16.0.0",
|
||||
"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