update static stuff AGAIN

This commit is contained in:
Adora Laura Kalb 2023-05-21 13:32:30 +02:00
parent d5198245ad
commit 5126e49531
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -1,8 +1,7 @@
module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy('static/.well-known')
eleventyConfig.addPassthroughCopy('static/certificates')
eleventyConfig.addPassthroughCopy('static/css')
eleventyConfig.addPassthroughCopy('static/js')
eleventyConfig.addPassthroughCopy({ "static/.well-known": ".well-known" })
eleventyConfig.addPassthroughCopy({ "static/certificates": "certificates" })
eleventyConfig.addPassthroughCopy({ "static/css": "css" })
return {
passthroughFileCopy: true
}