From 7b846481c6c30ae0bccbf84d82ca4ddfc6e620d7 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sat, 5 Feb 2022 23:02:04 +0000 Subject: [PATCH] added missing rule for copying screenshots --- .eleventy.js | 1 + 1 file changed, 1 insertion(+) 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", //});