Skip to content

Commit ea622b2

Browse files
authored
New Open Graph image (#32)
1 parent 0982388 commit ea622b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/_app.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ const seo: DefaultSeoProps = {
1818
locale: defaultLocale,
1919
images: [
2020
{
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',
21+
url: 'https://storage.googleapis.com/graph-website/seo/graph-website.jpg',
22+
alt: 'The Graph',
2423
},
2524
],
2625
},

0 commit comments

Comments
 (0)