new post and remove console logs
This commit is contained in:
Vendored
+7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user