We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cff14 commit 95684dfCopy full SHA for 95684df
src/layouts/LibrariesLayout.astro
@@ -44,7 +44,7 @@ let sections = categories
44
);
45
46
47
- return { slug, name, sectionEntries };
+ return { slug, name, sectionEntries, allEntries: sectionEntries };
48
})
49
.filter((section) => section.sectionEntries.length > 0);
50
0 commit comments