chore: update to 11ty 1.0.0

This commit is contained in:
Stefan Imhoff
2022-03-22 12:01:51 +01:00
parent fb26ff7f44
commit 54faefb63d
3 changed files with 635 additions and 1106 deletions

View File

@@ -90,7 +90,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',