Skip to content

Commit cef6820

Browse files
committed
added meta
1 parent 96d4329 commit cef6820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/sessions/[slug].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const Session: NextPage<SessionPageProp> = ({ session }) => {
2626
<>
2727
<Head>
2828
<meta name="twitter:image" content={image} />
29-
<meta name="og:image" content={image} />
29+
<meta property="og:image" content={image} />
3030
</Head>
3131
<div className="w-full mt-10 lg:mt-20 xl:mt-10 mb-0">
3232
<section className="w-full bg-primary dark:bg-black-dark">

0 commit comments

Comments
 (0)