tags and such

This commit is contained in:
2023-03-06 02:58:39 +00:00
parent 74a29aed1a
commit 5e6de8a452
28 changed files with 213 additions and 177 deletions
+3 -3
View File
@@ -165,9 +165,9 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
},
"nostaliga.md": {
id: "nostaliga.md",
slug: "nostaliga",
"nostalgia.md": {
id: "nostalgia.md",
slug: "nostalgia",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">