export default function(eleventyConfig) { eleventyConfig.addPassthroughCopy("bundle.css"); eleventyConfig.addPassthroughCopy("img"); };