update static management again

This commit is contained in:
Adora Laura Kalb 2023-05-21 13:29:09 +02:00
parent 08b9832d3f
commit d5198245ad
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -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
}