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 5a1899d commit c93fe5dCopy full SHA for c93fe5d
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