From a2c477cc0106a7241e25be17aaa2adba5605afb8 Mon Sep 17 00:00:00 2001 From: itsBLOK Date: Mon, 18 Sep 2023 21:13:14 +0300 Subject: [PATCH] chnage som meta data --- docs/.vitepress/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 1540e81..315a739 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -16,15 +16,15 @@ export default defineConfig({ head: [ ['link', { rel: 'icon', href: '/favicon.ico' }], - ['meta', { name: 'description', content: 'All Bots and Stream overlays, Manage from one place! 100% Open source Discord and Twitch bot' }], + ['meta', { name: 'description', content: 'Open-source multi-platform bot development project, which works on Twitch and Discord.' }], ['meta', { name: 'theme-color', content: '#20AB8C' }], ['meta', { name: 'og:type', content: 'website' }], ['meta', { name: 'og:site_name', content: 'Senchabot' }], ['meta', { name: 'og:image', content: 'https://avatars.githubusercontent.com/u/125701962' }], - ['meta', { name: 'og:description', content: 'All Bots and Stream overlays, Manage from one place! 100% Open source Discord and Twitch bot' }], + ['meta', { name: 'og:description', content: 'Open-source multi-platform bot development project, which works on Twitch and Discord.' }], ['meta', { name: 'twitter:site', content: '@senchabot' }], ['meta', { name: 'twitter:card', content: 'summary' }], - ['meta', { name: 'twitter:description', content: 'All Bots and Stream overlays, Manage from one place! 100% Open source Discord and Twitch bot' }], + ['meta', { name: 'twitter:description', content: 'Open-source Discord and Twitch bot' }], ['meta', { name: 'twitter:image', content: 'https://avatars.githubusercontent.com/u/125701962' }], ],