[obsidian] vault backup: 2025-11-01 16:53:49[

This commit is contained in:
2025-11-01 16:53:49 -04:00
parent 1ed36fdb6f
commit a24806aeb7
2 changed files with 45 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ export const CustomOgImages: QuartzEmitterPlugin<Partial<SocialImageOptions>> =
content
.filter(
([_tree, vfile]) =>
vfile.data.frontmatter?.socialImage !== undefined &&
vfile.data.frontmatter?.socialImage === undefined &&
vfile.data.filePath !== undefined,
)
.map(([_tree, vfile]) => processOgImage(ctx, vfile.data, fonts, fullOptions)),