refactor(ogImage): remove debug log for ogImagePath

This commit is contained in:
Karim H 2025-03-21 18:41:45 -04:00
parent 0805e9a3ec
commit d1168170b7

View File

@ -157,7 +157,6 @@ export const CustomOgImages: QuartzEmitterPlugin<Partial<SocialImageOptions>> =
: undefined
const defaultOgImagePath = `https://${baseUrl}/static/og-image.png`
const ogImagePath = userDefinedOgImagePath ?? generatedOgImagePath ?? defaultOgImagePath
console.log("ogImagePath", ogImagePath)
const ogImageMimeType = `image/${getFileExtension(ogImagePath) ?? "png"}`
return (
<>