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 6e42f81 commit 5552b9aCopy full SHA for 5552b9a
src/util/release-notes.ts
@@ -1,6 +1,4 @@
1
-import { z } from "astro:schema";
2
import { getCollection } from "astro:content";
3
-import { type CollectionEntry } from "astro:content";
4
5
export async function getReleaseNotes(opts?: {
6
filter?: Parameters<typeof getCollection<"release-notes">>[1];
0 commit comments