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