diff --git a/eleventy.config.js b/eleventy.config.js index c2f825e..a361991 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -3,6 +3,8 @@ module.exports = function (eleventyConfig) { watch: ["_site/**/*.css"], }); + eleventyConfig.addPassthroughCopy("**.png"); + return { dir: { input: "src",