This commit is contained in:
2023-03-01 02:37:43 +00:00
parent b60f598ba2
commit f17436ec01
2 changed files with 25 additions and 3 deletions
+3 -3
View File
@@ -172,9 +172,9 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
},
"the-right-way-to-code.md": {
id: "the-right-way-to-code.md",
slug: "the-right-way-to-code",
"reflecting-on-building-my-first-app.md": {
id: "reflecting-on-building-my-first-app.md",
slug: "reflecting-on-building-my-first-app",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">