We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2161025 commit c215f0fCopy full SHA for c215f0f
1 file changed
eleventy.config.js
@@ -13,7 +13,7 @@ export default function (eleventyConfig) {
13
14
// Copy files
15
eleventyConfig.addPassthroughCopy({assets: '/'});
16
- eleventyConfig.addPassthroughCopy('articles/**/*.png');
+ eleventyConfig.addPassthroughCopy('articles/**/*.{png,jpg}');
17
18
// Collections
19
eleventyConfig.addCollection('tagsList', collectionApi => {
0 commit comments