Skip to content

Commit 8286079

Browse files
committed
remove unused type
1 parent aea65e6 commit 8286079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const pages = Object.values(
33
import.meta.glob("../pages/*.md", { eager: true }),
44
) as Array<{
5-
frontmatter: { title: string; sort?: number; slug?: string };
5+
frontmatter: { title: string; sort?: number };
66
url: string;
77
}>;
88

0 commit comments

Comments
 (0)