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 aea65e6 commit 8286079Copy full SHA for 8286079
1 file changed
src/layouts/Layout.astro
@@ -2,7 +2,7 @@
2
const pages = Object.values(
3
import.meta.glob("../pages/*.md", { eager: true }),
4
) as Array<{
5
- frontmatter: { title: string; sort?: number; slug?: string };
+ frontmatter: { title: string; sort?: number };
6
url: string;
7
}>;
8
0 commit comments