Skip to content

Commit

Permalink
Merge pull request #34 from itsBLOK/main
Browse files Browse the repository at this point in the history
updated meta data
  • Loading branch information
itsblok authored Sep 18, 2023
2 parents 29a3fec + a2c477c commit c218078
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,16 @@ export default defineConfig({

head: [
['link', { rel: 'icon', href: '/favicon.ico' }],
['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:site_name', content: 'Senchabot' }],
['meta', { name: 'og:image', content: 'https://avatars.githubusercontent.com/u/125701962' }],
['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: 'Open-source Discord and Twitch bot' }],
['meta', { name: 'twitter:image', content: 'https://avatars.githubusercontent.com/u/125701962' }],
],

themeConfig: {
Expand Down

0 comments on commit c218078

Please sign in to comment.