diff --git a/.eleventy.js b/.eleventy.js index bca9837..bdca60f 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,8 +1,8 @@ module.exports = function(eleventyConfig) { - eleventyConfig.addPassthroughCopy('static/**') - // eleventyConfig.addPassthroughCopy('static/js') - // eleventyConfig.addPassthroughCopy('static/.well-known') - // eleventyConfig.addPassthroughCopy('static/certificates') + eleventyConfig.addPassthroughCopy('static/.well-known') + eleventyConfig.addPassthroughCopy('static/certificates') + eleventyConfig.addPassthroughCopy('static/css') + eleventyConfig.addPassthroughCopy('static/js') return { passthroughFileCopy: true }