diff --git a/eleventy.config.js b/eleventy.config.js index f68a859..a75f739 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -39,7 +39,6 @@ module.exports = function(eleventyConfig) { }); // Passthrough - eleventyConfig.addPassthroughCopy({ 'public/css/*': "/css/" }); eleventyConfig.addPassthroughCopy({ 'public/xsl/*': "/xsl/" }); eleventyConfig.addPassthroughCopy({ 'public/img/*': "/img/" });