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