websegura/.eleventy.js
2021-01-14 19:52:38 +01:00

5 lines
150 B
JavaScript

module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("web/assets");
eleventyConfig.addPassthroughCopy("web/images");
};