added missing rule for copying screenshots

This commit is contained in:
Robert McGovern 2022-02-05 23:02:04 +00:00
parent 2d01d6acaa
commit 7b846481c6
1 changed files with 1 additions and 0 deletions

View File

@ -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",
//});