config change

This commit is contained in:
Arian Furrer 2024-02-12 21:54:13 +01:00
parent 595ed7aedf
commit 8e3f836ed2
1 changed files with 5 additions and 1 deletions

View File

@ -27,8 +27,12 @@ module.exports = function(eleventyConfig) {
// other settings // other settings
return { return {
markdownTemplateEngine: 'njk',
dataTemplateEngine: 'njk',
htmlTemplateEngine: 'njk',
dir: { dir: {
input: "_src" input: "_src",
output: "_site"
}, },
passthroughFileCopy: true passthroughFileCopy: true
}; };