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