File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ export default function SeoConf(props: {
32
32
< meta property = "og:title" content = { title } />
33
33
< meta property = "og:description" content = { description } />
34
34
< meta property = "og:image" content = { image } />
35
- < meta property = "twitter:image" content = { image } />
36
35
< meta
37
36
property = "og:image:alt"
38
37
content = "GraphQLConf 2023 hosted by the GraphQL Foundation. September 19-21, 2023. San Francisco Bay Area, California"
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ export function Head({
208
208
title = { `${ event . name } | GraphQLConf 2023` }
209
209
description = { event . description }
210
210
ogImage = { {
211
- url : `/img/__og-image/${ event . id } .png` ,
211
+ url : `https://graphql.org /img/__og-image/${ event . id } .png` ,
212
212
width : 1200 ,
213
213
height : 630 ,
214
214
} }
You can’t perform that action at this time.
0 commit comments