new post!

This commit is contained in:
2024-09-23 21:16:25 -04:00
parent 7b34e47c44
commit a72dccf7f4
2 changed files with 36 additions and 0 deletions
+7
View File
@@ -416,6 +416,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/notes-on-these-airpods.md": {
id: "2024/notes-on-these-airpods.md";
slug: "2024/notes-on-these-airpods";
body: string;
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/playing-on-easy-mode.md": {
id: "2024/playing-on-easy-mode.md";
slug: "2024/playing-on-easy-mode";