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 ab65f6f commit 5c9bb14Copy full SHA for 5c9bb14
src/pages/community.astro
@@ -11,9 +11,6 @@ const priorityIds = [
11
];
12
const sketches = allSketches
13
.filter(sk => priorityIds.includes(String(sk.visualID)))
14
- .filter((sk, index, self) =>
15
- index === self.findIndex(s => s.visualID === sk.visualID)
16
- )
17
.slice(0, 8);
18
const libraries = await getCollectionInDefaultLocale("libraries");
19
const pastEvents = await getCollectionInDefaultLocale("events");
0 commit comments