Skip to content

Commit

Permalink
feat(metadata): change Discord embed icon image to thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
JustaSqu1d authored May 9, 2024
1 parent 52bc556 commit ae6f53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/DefaultLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const DefaultLayout: React.FC<DefaultLayoutProps> = ({ title, description, child
<meta name="description" content={ description } />
<meta property="og:description" content="The official guide for making bots and other Discord applications using the Pycord library." />
<meta property="og:title" content="The Pycord Guide" />
<meta property="og:image" content="https://guide.pycord.dev/img/logo.png" />
<meta property="og:thumbnail" content="https://guide.pycord.dev/img/logo.png" />
<meta name="theme-color" content="#5865F2" />
</Head>
<Layout>
Expand Down

0 comments on commit ae6f53f

Please sign in to comment.