This commit is contained in:
2024-04-14 09:21:42 -04:00
parent b2b2291946
commit 040fc922ee
2 changed files with 28 additions and 0 deletions
+7
View File
@@ -374,6 +374,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/am-i-switching-to-zed.md": {
id: "2024/am-i-switching-to-zed.md";
slug: "2024/am-i-switching-to-zed";
body: string;
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/doctor-type-love.md": {
id: "2024/doctor-type-love.md";
slug: "2024/doctor-type-love";