chore: update to 11ty 1.0.0

This commit is contained in:
Stefan Imhoff
2022-03-22 12:11:21 +01:00
parent 9616e44c26
commit 170395e233
11 changed files with 519 additions and 565 deletions

View File

@@ -86,7 +86,7 @@ module.exports = function (config) {
layouts: 'layouts',
output: 'dist',
},
templateFormats: ['njk', 'md', '11ty.js', 'jpg', 'png', 'svg'],
templateFormats: ['njk', 'md', '11ty.js'],
htmlTemplateEngine: 'njk',
dataTemplateEngine: 'njk',
markdownTemplateEngine: 'njk',