From c6d68881539bcc9d239ce6a7908c0b687f820866 Mon Sep 17 00:00:00 2001 From: ThatKev Date: Sat, 14 Oct 2023 06:07:41 +1030 Subject: [PATCH] Try png instead of ico --- guide/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/.vuepress/config.js b/guide/.vuepress/config.js index aa2597e..a93660f 100644 --- a/guide/.vuepress/config.js +++ b/guide/.vuepress/config.js @@ -20,13 +20,13 @@ module.exports = { ['meta', { property: 'og:title', content: 'Custom Command Bot' }], ['meta', { property: 'og:description', content: 'Custom Command Bot\'s Documentation' }], - ['meta', { property: 'og:image', content: 'https://doc.ccommandbot.com/favicon.ico' }], + ['meta', { property: 'og:image', content: 'https://doc.ccommandbot.com/bot-profile.png' }], ['meta', { property: 'og:url', content: 'https://ccommandbot.com' }], ['meta', { name: 'twitter:title', content: 'Custom Command Bot' }], ['meta', { name: 'twitter:description', content: 'Custom Command Bot\'s Documentation' }], - ['meta', { name: 'twitter:image', content: 'https://doc.ccommandbot.com/favicon.ico' }] + ['meta', { name: 'twitter:image', content: 'https://doc.ccommandbot.com/bot-profile.png' }] ], //plugins: ['@vuepress/plugin-container'], plugins: [