Co-authored-by: nosblobs <nicola.k.osborne@gmail.com>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2023-09-13 19:41:20 +00:00
parent 3f24fb2260
commit bb5d53ec9f
44 changed files with 1060 additions and 735 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">
},
},
};