This commit is contained in:
2023-04-30 15:50:51 -04:00
parent a18e714f48
commit fce0f59cee
2 changed files with 20 additions and 0 deletions
+7
View File
@@ -208,6 +208,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"on-using-chat-gpt.md": {
id: "on-using-chat-gpt.md",
slug: "on-using-chat-gpt",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"reflecting-on-building-my-first-app.md": {
id: "reflecting-on-building-my-first-app.md",
slug: "reflecting-on-building-my-first-app",