From d5198245ade63cdaccc232bb28ebeac2c6fcf71c Mon Sep 17 00:00:00 2001 From: lauralani Date: Sun, 21 May 2023 13:29:09 +0200 Subject: [PATCH] update static management again --- .eleventy.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }