added missing rule for copying screenshots
This commit is contained in:
parent
2d01d6acaa
commit
7b846481c6
|
@ -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",
|
||||
//});
|
||||
|
|
Loading…
Reference in New Issue