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 6baeeb3 commit 225d26bCopy full SHA for 225d26b
src/layouts/LibrariesLayout.astro
@@ -20,7 +20,7 @@ type LibraryEntry = CollectionEntry<"libraries">;
20
const currentLocale = getCurrentLocale(Astro.url.pathname);
21
const t = await getUiTranslator(currentLocale);
22
23
-const { entries, page, full } = Astro.props;
+const { entries, full } = Astro.props;
24
25
function strCompare(a: string, b: string) {
26
if (a < b) {
0 commit comments