copiar pngs
This commit is contained in:
parent
98749299d8
commit
8e177e4426
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ module.exports = function (eleventyConfig) {
|
|||
watch: ["_site/**/*.css"],
|
||||
});
|
||||
|
||||
eleventyConfig.addPassthroughCopy("**.png");
|
||||
|
||||
return {
|
||||
dir: {
|
||||
input: "src",
|
||||
|
|
Reference in a new issue