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