test eleventy hurdles for statics

This commit is contained in:
Adora Laura Kalb 2023-08-08 07:31:11 +02:00
parent b88b03fa0b
commit 42cb76e0c6
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -1,9 +1,11 @@
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/.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.addFilter("timestamp", function(value) {