This commit is contained in:
2023-08-07 21:13:15 -04:00
parent 0a232c02e3
commit 611579d344
2 changed files with 26 additions and 0 deletions
+7
View File
@@ -229,6 +229,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"reflecting-on-my-first-year-as-a-developer.md": {
id: "reflecting-on-my-first-year-as-a-developer.md",
slug: "reflecting-on-my-first-year-as-a-developer",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"thoughs-on-macos.md": {
id: "thoughs-on-macos.md",
slug: "thoughs-on-macos",