diff --git a/.eleventy.js b/.eleventy.js index f69c9dd..640c1de 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -5,6 +5,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy("./src/svgs"); eleventyConfig.addPassthroughCopy("./src/js"); eleventyConfig.addPassthroughCopy("./src/screenshots"); + eleventyConfig.addPassthroughCopy("./projects"); //eleventyConfig.addPassthroughCopy({ // "./src/assets/images": "img", //});