Skip to content

Commit 95684df

Browse files
committed
Type fix
1 parent e6cff14 commit 95684df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/LibrariesLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let sections = categories
4444
);
4545
4646
47-
return { slug, name, sectionEntries };
47+
return { slug, name, sectionEntries, allEntries: sectionEntries };
4848
})
4949
.filter((section) => section.sectionEntries.length > 0);
5050

0 commit comments

Comments
 (0)