From 19d1091e8142e0e6d4c36ab831d765c2abf931f2 Mon Sep 17 00:00:00 2001 From: lauralani Date: Tue, 8 Aug 2023 07:32:56 +0200 Subject: [PATCH] meh --- .eleventy.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 1c3748a..70c8598 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -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) {