Skip to content

Commit b9f48cf

Browse files
committed
Upgraded 11ty to 3.0
1 parent 22457a5 commit b9f48cf

File tree

5 files changed

+10554
-7407
lines changed

5 files changed

+10554
-7407
lines changed

.eleventy.js

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
require("dotenv").config();
22

3+
// const UpgradeHelper = require("@11ty/eleventy-upgrade-help");
4+
5+
//export default function (eleventyConfig) {
6+
// If you have other `addPlugin` calls, it’s important that UpgradeHelper is added last.
7+
//eleventyConfig.addPlugin(UpgradeHelper);
8+
//};
9+
310
// const cleanCSS = require("clean-css");
411
const fs = require("fs");
512
const pluginRSS = require("@11ty/eleventy-plugin-rss");
@@ -27,6 +34,8 @@ module.exports = function(config) {
2734

2835
// Assist RSS feed template
2936
config.addPlugin(pluginRSS);
37+
38+
// config.addPlugin(UpgradeHelper);
3039

3140
// Apply performance attributes to images
3241
//config.addPlugin(lazyImages, {

.yarn/install-state.gz

-104 KB
Binary file not shown.

0 commit comments

Comments
 (0)