mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
fix(ogImage): typo
This commit is contained in:
parent
bdd7b2cbb4
commit
f718bd0045
@ -157,6 +157,7 @@ export const CustomOgImages: QuartzEmitterPlugin<Partial<SocialImageOptions>> =
|
||||
userDefinedOgImagePath = isAbsoluteFilePath(socialImage)
|
||||
? socialImage
|
||||
: `https://${baseUrl}/static/${socialImage}`
|
||||
}
|
||||
|
||||
const generatedOgImagePath = isRealFile
|
||||
? `https://${baseUrl}/${pageData.slug!}-og-image.webp`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user