new post and remove console logs

This commit is contained in:
2023-06-04 15:35:30 -04:00
parent 1891a48471
commit acceb67d9a
4 changed files with 29 additions and 2 deletions
+7
View File
@@ -229,6 +229,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"thoughs-on-macos.md": {
id: "thoughs-on-macos.md",
slug: "thoughs-on-macos",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"using-json-for-data-storage.md": {
id: "using-json-for-data-storage.md",
slug: "using-json-for-data-storage",