www-lauka-net-11ty/.eleventy.js

8 lines
188 B
JavaScript
Raw Normal View History

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