This commit is contained in:
2023-03-04 20:28:52 +00:00
parent 9a592dc390
commit 0d869019c6
2 changed files with 29 additions and 0 deletions
+7
View File
@@ -165,6 +165,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
},
"nostaliga.md": {
id: "nostaliga.md",
slug: "nostaliga",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
},
"on-text-editors.md": {
id: "on-text-editors.md",
slug: "on-text-editors",