new blog post

This commit is contained in:
2024-05-02 18:33:46 -04:00
parent dd51e0d915
commit fe3526377c
2 changed files with 40 additions and 0 deletions
+7
View File
@@ -416,6 +416,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/rip-homepod-mini.md": {
id: "2024/rip-homepod-mini.md";
slug: "2024/rip-homepod-mini";
body: string;
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
};
};