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 0982388 commit ea622b2Copy full SHA for ea622b2
pages/_app.tsx
@@ -18,9 +18,8 @@ const seo: DefaultSeoProps = {
18
locale: defaultLocale,
19
images: [
20
{
21
- // TODO: This image is wrong (Explorer, not Docs)
22
- url: 'https://storage.googleapis.com/graph-website/Graph%20Explorer%20SEO.png',
23
- alt: 'The Graph Docs',
+ url: 'https://storage.googleapis.com/graph-website/seo/graph-website.jpg',
+ alt: 'The Graph',
24
},
25
],
26
0 commit comments