First draft

This commit is contained in:
nosblobs
2023-09-04 16:50:18 +01:00
parent 3f24fb2260
commit 0f5f23f23b
6 changed files with 831 additions and 734 deletions

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

@@ -196,6 +196,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
},
"year2023-1.mdx": {
id: "year2023-1.mdx",
slug: "year2023-1",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
},
},
};