✏️ New post + /now update
This commit is contained in:
Vendored
+8
@@ -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;
|
||||
}>;
|
||||
|
||||
};
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"_variables": {
|
||||
"lastUpdateCheck": 1748642973783
|
||||
"lastUpdateCheck": 1752267470150
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user