From 42cb76e0c6a40bc9bd4fb5150aafc9f72d8b8ed8 Mon Sep 17 00:00:00 2001 From: lauralani Date: Tue, 8 Aug 2023 07:31:11 +0200 Subject: [PATCH] test eleventy hurdles for statics --- .eleventy.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 71e4918..1c3748a 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -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) {