year2023
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:
7
.astro/types.d.ts
vendored
7
.astro/types.d.ts
vendored
@@ -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">
|
||||
},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user