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 0a4c86b commit c9317d7Copy full SHA for c9317d7
src/components/spotlight.astro
@@ -5,7 +5,7 @@ import Container from "./container.astro";
5
6
const softwareEntries = await getCollection("software");
7
8
-const featuredEntriestags = ["beeceptor", "keploy", "hatchfast"];
+const featuredEntriestags = ["gocodeo", "bruno", "metz-sh"];
9
10
const featuredEntries = softwareEntries.filter((entry) =>
11
featuredEntriestags.includes(entry.id)
0 commit comments