This commit is contained in:
2024-02-18 17:39:27 -05:00
parent fd18380a51
commit ea1032172d
2 changed files with 34 additions and 0 deletions
+7
View File
@@ -381,6 +381,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/ramblings-on-the-macintosh.md": {
id: "2024/ramblings-on-the-macintosh.md";
slug: "2024/ramblings-on-the-macintosh";
body: string;
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
};
};