new post: playing on easy mode

This commit is contained in:
2024-04-09 21:22:22 -04:00
parent 2224bf29fa
commit 4401ba6c16
2 changed files with 28 additions and 0 deletions
+7
View File
@@ -395,6 +395,13 @@ declare module 'astro:content' {
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";
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";