Skip to content

Commit

Permalink
Add twitter card sizing meta
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Sep 16, 2023
1 parent ac92352 commit a8e9b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default {
},
head: [
['meta', { property: 'og:image', content: 'https://dashboard.flowfuse.com/dashboard_og.jpg' }],
['meta', { property: 'twitter:card', content: 'summary_large_image' }],
],
themeConfig: {
// logo: '/logo.png',
Expand Down

0 comments on commit a8e9b20

Please sign in to comment.