Skip to content

Commit

Permalink
Try png instead of ico
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkev committed Oct 13, 2023
1 parent 4edf7e0 commit c6d6888
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 c6d6888

Please sign in to comment.