This commit is contained in:
2023-05-22 22:17:36 -04:00
parent fce0f59cee
commit 1891a48471
2 changed files with 20 additions and 0 deletions
+7
View File
@@ -131,6 +131,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"finding-home-in-hyrule.md": {
id: "finding-home-in-hyrule.md",
slug: "finding-home-in-hyrule",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"getting-out-of-your-comfort-zone.md": {
id: "getting-out-of-your-comfort-zone.md",
slug: "getting-out-of-your-comfort-zone",