From c1d64d117294b2f8062bb22e6860e9e517c06aa3 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sat, 29 Jul 2023 18:21:13 -0500 Subject: [PATCH] more info --- docusaurus.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f8b8cb5ca..ba7e27a52 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -162,9 +162,11 @@ const config = { { name: 'twitter:site', content: '@sern-handler' }, { name: 'twitter:title', content: 'sern - Handlers. Redefined.' }, { name: 'twitter:description', content: 'discord.js framework to streamline bot development' }, - { name: 'keywords', content: 'discord,js, handler, framework'}, + { name: 'keywords', content: 'discord, bot, handler, framework, documentation, sern'}, { name: 'twitter:image', content: 'https://sern.dev/assets/images/sern-logo-9d28d12a0f06ff725ef05a05847343db.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: {