updates
This commit is contained in:
Vendored
+7
@@ -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"] };
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user