module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy("css") eleventyConfig.addPassthroughCopy({ "static": "/" }) return { passthroughFileCopy: true } }