Skip to content

Commit 0c2452e

Browse files
committed
chore: bump eleventy to v3
1 parent 958134c commit 0c2452e

File tree

8 files changed

+2678
-4918
lines changed

8 files changed

+2678
-4918
lines changed

.eleventy.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
module.exports = (eleventyConfig) => {
1+
import handlebarsPlugin from '@11ty/eleventy-plugin-handlebars';
2+
3+
export default (eleventyConfig) => {
4+
eleventyConfig.addPlugin(handlebarsPlugin);
25
eleventyConfig.addPassthroughCopy('pages/styles/protocol.css');
36
eleventyConfig.addPassthroughCopy('pages/images/');
47
eleventyConfig.addPassthroughCopy('search_index/');
@@ -13,4 +16,4 @@ module.exports = (eleventyConfig) => {
1316
data: '_data',
1417
},
1518
};
16-
};
19+
};

0 commit comments

Comments
 (0)