more pics and stuff
This commit is contained in:
7
.astro/types.d.ts
vendored
7
.astro/types.d.ts
vendored
@@ -325,6 +325,13 @@ declare module 'astro:content' {
|
||||
collection: "blog";
|
||||
data: InferEntrySchema<"blog">
|
||||
} & { render(): Render[".mdx"] };
|
||||
"year2024.mdx": {
|
||||
id: "year2024.mdx";
|
||||
slug: "year2024";
|
||||
body: string;
|
||||
collection: "blog";
|
||||
data: InferEntrySchema<"blog">
|
||||
} & { render(): Render[".mdx"] };
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user