Skip to content

Commit 939a47f

Browse files
🤳
1 parent 2be0fc3 commit 939a47f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/full/components/NotionPage.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ export const NotionPage = ({
6565
}
6666

6767
const socialDescription = 'React Notion X Full Demo'
68-
const socialImage =
69-
'https://react-notion-x-demo.transitivebullsh.it/social.jpg'
68+
const socialImage = '/social.jpg'
7069

7170
return (
7271
<>
@@ -81,7 +80,7 @@ export const NotionPage = ({
8180

8281
{socialImage ? (
8382
<>
84-
<meta name='twitter:card' content='summary_large_image' />
83+
<meta name='twitter:card' content='summary' />
8584
<meta name='twitter:image' content={socialImage} />
8685
<meta property='og:image' content={socialImage} />
8786
</>

0 commit comments

Comments
 (0)