Skip to content

Commit

Permalink
Remove passthrough copy of css, as this is done elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Eskild Steensen committed Jan 25, 2023
1 parent a43bd21 commit 6c8f6a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6c8f6a5

Please sign in to comment.