Skip to content

Commit

Permalink
Pass PNG files to build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissy-dev committed Jun 14, 2021
1 parent ff60618 commit 6aa6f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");

module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("source/static");
eleventyConfig.addPassthroughCopy("source/notes/**/*.{jpg,jpeg}");
eleventyConfig.addPassthroughCopy("source/notes/**/*.{jpg,jpeg,png}");

eleventyConfig.addCollection("log", function (collectionApi) {
return collectionApi.getFilteredByGlob("source/logbook/**/*.md").sort(function (a, b) {
Expand Down

0 comments on commit 6aa6f9f

Please sign in to comment.