diff --git a/docusaurus.config.js b/docusaurus.config.js index 1c08f1327..65d0a05f1 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -66,6 +66,7 @@ const config = { themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ + image: 'https://sern.dev/img/logo.png', algolia: { appId: 'AA9S5J9NYT', apiKey: 'ccfe6abc4d12ac6f882565a9d0caafb1', @@ -155,16 +156,18 @@ 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:description', content: 'A modular, customizable, fast Discord.js framework to streamline bot development' }, { name: 'og:url', content: 'https://sern.dev' }, { name: 'og:type', content: 'website' }, - { name: 'twitter:card', content: 'summary_large_image' }, { name: 'twitter:site', content: '@sern-handler' }, + { property: 'og:image:alt', content: 'sernlogo' }, { name: 'twitter:title', content: 'sern - Handlers. Redefined.' }, - { name: 'twitter:description', content: 'A customizable, batteries-included, powerful discord.js framework to automate and streamline bot development' }, - { name: 'twitter:image', content: './assets/images/logo.png' }, + { name: 'twitter:description', content: 'A modular, customizable, fast Discord.js framework to streamline bot development' }, + { name: 'keywords', content: 'discord, bot, handler, framework, documentation, sern'}, + { name: 'twitter:image', content: 'https://sern.dev/img/logo.png' }, { name: 'twitter:url', content: 'https://sern.dev' }, + { property: 'og:image:height', content: '512' }, + { property: 'og:image:width', content: '1024' }, { name: 'theme-color', content: '#F25186' } ], prism: {