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 3e9bcf2 commit d4d2030Copy full SHA for d4d2030
src/components/Conf/Seo/index.tsx
@@ -27,7 +27,7 @@ export default function SeoConf(props: {
27
<meta property="og:title" content={title} />
28
<meta property="og:description" content={description} />
29
<meta property="og:image" content={image} />
30
- <meta properpty="og:image:alt" content="GraphQLConf 2023 hosted by the GraphQL Foundation. September 19-21, 2023. San Francisco Bay Area, California" />
+ <meta property="og:image:alt" content="GraphQLConf 2023 hosted by the GraphQL Foundation. September 19-21, 2023. San Francisco Bay Area, California" />
31
<meta name="twitter:site" content="@graphql" />
32
<meta name="twitter:card" content="summary_large_image" />
33
<meta name="twitter:title" content={twitterTitle} />
0 commit comments