From 8e177e44262c6f14f5653ea5425e0ffb0638cfc9 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 2 Jul 2023 17:50:53 -0300 Subject: [PATCH] copiar pngs --- eleventy.config.js | 2 ++ 1 file changed, 2 insertions(+) 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",