This commit is contained in:
2024-07-18 21:52:46 -04:00
parent b7440d9b3a
commit 7b34e47c44
5 changed files with 112 additions and 38 deletions
+14
View File
@@ -388,6 +388,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/finishing-stuff.md": {
id: "2024/finishing-stuff.md";
slug: "2024/finishing-stuff";
body: string;
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/my-backup-solution.md": {
id: "2024/my-backup-solution.md";
slug: "2024/my-backup-solution";
@@ -395,6 +402,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/my-five-formative-games.md": {
id: "2024/my-five-formative-games.md";
slug: "2024/my-five-formative-games";
body: string;
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] };
"2024/my-terminal-setup.md": {
id: "2024/my-terminal-setup.md";
slug: "2024/my-terminal-setup";