new post, roll for initiative

This commit is contained in:
2023-11-01 21:37:32 -04:00
parent 17f5c15d00
commit 451f3ce387
3 changed files with 47 additions and 0 deletions
+7
View File
@@ -110,6 +110,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"baldurs-gate-3-feels.md": {
id: "baldurs-gate-3-feels.md",
slug: "baldurs-gate-3-feels",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"building-ghalldev-30.md": {
id: "building-ghalldev-30.md",
slug: "building-ghalldev-30",