more typescript stuff and new post

This commit is contained in:
2024-02-21 20:26:19 -05:00
parent b4fd4e3403
commit d1bd9388fc
9 changed files with 117 additions and 52 deletions
+7
View File
@@ -374,6 +374,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/doctor-type-love.md": {
id: "2024/doctor-type-love.md";
slug: "2024/doctor-type-love";
body: string;
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/my-backup-solution.md": {
id: "2024/my-backup-solution.md";
slug: "2024/my-backup-solution";