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