Skip to content

Commit

Permalink
Update .eleventy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata committed Feb 6, 2024
1 parent 21a7b1a commit 9680327
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ module.exports = function (eleventyConfig) {

// Collections
eleventyConfig.addCollection("notes", function (collection) {
return collection.getFilteredByGlob(["src/notes/*.md", "index.md"]);
return collection.getFilteredByGlob([
"src/notes/*.md",
"index.md"
]);
});

// Shortcodes
Expand Down

0 comments on commit 9680327

Please sign in to comment.