This commit is contained in:
2026-08-29 18:59:39 +01:00
parent 687acd34e8
commit b56864a9b7
11 changed files with 148 additions and 92 deletions
+7
View File
@@ -332,6 +332,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".mdx"] };
"year2025.mdx": {
id: "year2025.mdx";
slug: "year2025";
body: string;
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".mdx"] };
};
};