We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e578b11 commit 8e2738eCopy full SHA for 8e2738e
src/lib/utils/metadata.ts
@@ -46,8 +46,8 @@ export const getOgImage = (props: MetadataProps): string => {
46
skill && ogImageSrc.searchParams.set("skill", skill)
47
tags && ogImageSrc.searchParams.set("tags", tags?.join(", "))
48
return ogImageSrc.toString()
49
- console.log({ image: ogImageSrc.toString() })
50
}
+
51
for (const item of imageForSlug) {
52
if (slug.includes(item.section)) return item.image
53
0 commit comments