✏️ New post + /now update

This commit is contained in:
2025-07-11 16:58:56 -04:00
parent 60f9a0af25
commit 71b995aac8
5 changed files with 29 additions and 5 deletions
+8
View File
@@ -167,6 +167,14 @@ declare module 'astro:content' {
rendered?: RenderedContent;
filePath?: string;
}>;
"vinyl": Record<string, {
id: string;
body?: string;
collection: "vinyl";
data: any;
rendered?: RenderedContent;
filePath?: string;
}>;
};