Remove passthrough copy of css, as this is done elsewhere

This commit is contained in:
Ole Eskild Steensen 2023-01-25 08:57:22 +01:00
parent a43bd215b4
commit 6c8f6a5ebe

View File

@ -280,7 +280,6 @@ module.exports = function (eleventyConfig) {
});
eleventyConfig.addPassthroughCopy("src/site/img");
eleventyConfig.addPassthroughCopy("src/site/styles/_*.css");
eleventyConfig.addPlugin(faviconPlugin, { destination: "dist" });
eleventyConfig.addPlugin(tocPlugin, {
ul: true,