journal app post

This commit is contained in:
2023-11-12 18:31:46 -05:00
parent 451f3ce387
commit 3cc15a0ffd
2 changed files with 26 additions and 0 deletions
+7
View File
@@ -166,6 +166,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"journal-app-impressions.md": {
id: "journal-app-impressions.md",
slug: "journal-app-impressions",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"my-favorite-little-apps-part-2.md": {
id: "my-favorite-little-apps-part-2.md",
slug: "my-favorite-little-apps-part-2",