config change
This commit is contained in:
parent
595ed7aedf
commit
8e3f836ed2
|
|
@ -27,8 +27,12 @@ module.exports = function(eleventyConfig) {
|
|||
|
||||
// other settings
|
||||
return {
|
||||
markdownTemplateEngine: 'njk',
|
||||
dataTemplateEngine: 'njk',
|
||||
htmlTemplateEngine: 'njk',
|
||||
dir: {
|
||||
input: "_src"
|
||||
input: "_src",
|
||||
output: "_site"
|
||||
},
|
||||
passthroughFileCopy: true
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue