From c46f074926ee39c57c2e7899f33c3ec7290992ef Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sat, 29 Jul 2023 17:31:02 -0500 Subject: [PATCH] try new meta --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },