Skip to content

Commit c215f0f

Browse files
committed
copy jpgs and pngs
1 parent 2161025 commit c215f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eleventy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function (eleventyConfig) {
1313

1414
// Copy files
1515
eleventyConfig.addPassthroughCopy({assets: '/'});
16-
eleventyConfig.addPassthroughCopy('articles/**/*.png');
16+
eleventyConfig.addPassthroughCopy('articles/**/*.{png,jpg}');
1717

1818
// Collections
1919
eleventyConfig.addCollection('tagsList', collectionApi => {

0 commit comments

Comments
 (0)