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) {