Andy-set-studio / learneleventyfromscratch.com

In this Eleventy course, we go from a completely empty directory to a full-blown marketing site for a design agency, and along the way, we dive really deep into Eleventy and front-end development best practices.
https://learneleventyfromscratch.com/
120 stars 28 forks source link

Lesson 5: Passthroughcopy syntax #5

Closed wimmstr closed 2 years ago

wimmstr commented 2 years ago

Adding Passthrough

Syntax needs to be:

eleventyConfig.addPassthroughCopy("src/images/");

Andy-set-studio commented 2 years ago

The existing way works 👍