copiar pngs

This commit is contained in:
Cat /dev/Nulo 2023-07-02 17:50:53 -03:00
parent 98749299d8
commit 8e177e4426

View file

@ -3,6 +3,8 @@ module.exports = function (eleventyConfig) {
watch: ["_site/**/*.css"],
});
eleventyConfig.addPassthroughCopy("**.png");
return {
dir: {
input: "src",