This commit is contained in:
2024-11-11 18:40:25 -05:00
parent 5d26a32596
commit 4edf549e25
3 changed files with 40 additions and 1 deletions
+7
View File
@@ -374,6 +374,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/ai-and-creativity.md": {
id: "2024/ai-and-creativity.md";
slug: "2024/ai-and-creativity";
body: string;
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";