more pics and stuff

This commit is contained in:
nosblobs
2024-11-04 23:39:26 +00:00
parent dce2c62f58
commit e43091cf34
11 changed files with 95 additions and 3 deletions

7
.astro/types.d.ts vendored
View File

@@ -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"] };
};
};