This commit is contained in:
Adora Laura Kalb 2023-08-08 07:32:56 +02:00
parent 42cb76e0c6
commit 19d1091e81
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -1,11 +1,10 @@
const { DateTime } = require("luxon");
module.exports = function(eleventyConfig) {
//eleventyConfig.addPassthroughCopy({ "static/.well-known": ".well-known" })
//eleventyConfig.addPassthroughCopy({ "static/certificates": "certificates" })
//eleventyConfig.addPassthroughCopy({ "static/css": "css" })
//eleventyConfig.addPassthroughCopy({ "static/robots.txt": "robots.txt" })
eleventyConfig.addPassthroughCopy("static/**")
eleventyConfig.addPassthroughCopy({ "static/.well-known": ".well-known" })
eleventyConfig.addPassthroughCopy({ "static/certificates": "certificates" })
eleventyConfig.addPassthroughCopy({ "static/css": "css" })
eleventyConfig.addPassthroughCopy({ "static/robots.txt": "robots.txt" })
eleventyConfig.addFilter("timestamp", function(value) {