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 2be0fc3 commit 939a47fCopy full SHA for 939a47f
examples/full/components/NotionPage.tsx
@@ -65,8 +65,7 @@ export const NotionPage = ({
65
}
66
67
const socialDescription = 'React Notion X Full Demo'
68
- const socialImage =
69
- 'https://react-notion-x-demo.transitivebullsh.it/social.jpg'
+ const socialImage = '/social.jpg'
70
71
return (
72
<>
@@ -81,7 +80,7 @@ export const NotionPage = ({
81
80
82
{socialImage ? (
83
84
- <meta name='twitter:card' content='summary_large_image' />
+ <meta name='twitter:card' content='summary' />
85
<meta name='twitter:image' content={socialImage} />
86
<meta property='og:image' content={socialImage} />
87
</>
0 commit comments