Skip to content

Commit

Permalink
Merge pull request #83 from thatkev/main
Browse files Browse the repository at this point in the history
Try png instead of ico
  • Loading branch information
NervN authored Oct 13, 2023
2 parents 4edf7e0 + c6d6888 commit 006461c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 006461c

Please sign in to comment.