No need to passthrough css
This commit is contained in:
@ -39,7 +39,6 @@ module.exports = function(eleventyConfig) {
|
||||
});
|
||||
|
||||
// Passthrough
|
||||
eleventyConfig.addPassthroughCopy({ 'public/css/*': "/css/" });
|
||||
eleventyConfig.addPassthroughCopy({ 'public/xsl/*': "/xsl/" });
|
||||
eleventyConfig.addPassthroughCopy({ 'public/img/*': "/img/" });
|
||||
|
||||
|
Reference in New Issue
Block a user