update 11ty config

This commit is contained in:
M Sarmad Qadeer
2022-09-04 18:18:38 +05:00
parent b8b51099e6
commit 7d1233adb1
+1
View File
@@ -6,6 +6,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/js");
eleventyConfig.addPassthroughCopy("src/contact");
eleventyConfig.addPassthroughCopy("src/app-demo");
eleventyConfig.addPassthroughCopy("src/blog/images");
eleventyConfig.addCollection('blogs', function (collection) {
return collection.getFilteredByGlob('src/blog/*.md').reverse();