We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d4329 commit cef6820Copy full SHA for cef6820
pages/sessions/[slug].tsx
@@ -26,7 +26,7 @@ const Session: NextPage<SessionPageProp> = ({ session }) => {
26
<>
27
<Head>
28
<meta name="twitter:image" content={image} />
29
- <meta name="og:image" content={image} />
+ <meta property="og:image" content={image} />
30
</Head>
31
<div className="w-full mt-10 lg:mt-20 xl:mt-10 mb-0">
32
<section className="w-full bg-primary dark:bg-black-dark">
0 commit comments