This commit is contained in:
2023-09-03 00:08:23 -04:00
parent 0dd9d87c8b
commit 17f5c15d00
2 changed files with 32 additions and 0 deletions
+7
View File
@@ -222,6 +222,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"questlogger-from-ios-to-mac.md": {
id: "questlogger-from-ios-to-mac.md",
slug: "questlogger-from-ios-to-mac",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"reflecting-on-building-my-first-app.md": {
id: "reflecting-on-building-my-first-app.md",
slug: "reflecting-on-building-my-first-app",