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