www-lauka-net-11ty/.eleventy.js
2022-06-22 11:50:54 +02:00

7 lines
188 B
JavaScript

module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy('css')
eleventyConfig.addPassthroughCopy('js')
return {
passthroughFileCopy: true
}
}