This commit is contained in:
2024-03-09 10:17:00 -05:00
parent 6c5ad4649e
commit ca5d4d9b51
7 changed files with 84 additions and 7 deletions
+7
View File
@@ -388,6 +388,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/my-terminal-setup.md": {
id: "2024/my-terminal-setup.md";
slug: "2024/my-terminal-setup";
body: string;
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";