No need to passthrough css

This commit is contained in:
N-Upchurch 2023-08-06 20:24:42 -05:00
parent 4fe7990124
commit 4e4877d892

View File

@ -39,7 +39,6 @@ module.exports = function(eleventyConfig) {
});
// Passthrough
eleventyConfig.addPassthroughCopy({ 'public/css/*': "/css/" });
eleventyConfig.addPassthroughCopy({ 'public/xsl/*': "/xsl/" });
eleventyConfig.addPassthroughCopy({ 'public/img/*': "/img/" });