From 4e4877d8926c5c1e1665fe071eaec787bf467e0e Mon Sep 17 00:00:00 2001 From: N-Upchurch Date: Sun, 6 Aug 2023 20:24:42 -0500 Subject: [PATCH] No need to passthrough css --- eleventy.config.js | 1 - 1 file changed, 1 deletion(-) 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/" });