diff --git a/docusaurus.config.js b/docusaurus.config.js index 1c08f1327..e74455599 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -156,7 +156,7 @@ const config = { metadata : [ { name: 'og:title', content: 'sern - Handlers. Redefined.' }, { name: 'og:description', content: 'A customizable, batteries-included, powerful discord.js framework to automate and streamline bot development' }, - { name: 'og:image', content: 'https://i.imgur.com/rr8nqDP.png' }, + { name: 'og:image', content: './img/logo.png' }, { name: 'og:url', content: 'https://sern.dev' }, { name: 'og:type', content: 'website' }, { name: 'twitter:card', content: 'summary_large_image' },