Skip to content

Commit

Permalink
feat(seo): add twitter card meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Feb 1, 2024
1 parent d2f38cf commit 4391624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ export default defineConfig({
['meta', { property: 'og:title', content: 'Vue Cheatsheet' }],
['meta', { property: 'og:description', content: 'The only Vue cheatsheet you will ever need' }],
['meta', { property: 'og:image', content: 'https://ts-assets.b-cdn.net/ts-assets/vue-cheatsheet/github-banner-smm.png' }],
['meta', { property: 'twitter:card', content: 'summary_large_image' }],
['meta', { property: 'twitter:site', content: '@Theme_Selection' }],
['meta', { property: 'twitter:creator', content: '@Theme_Selection' }],
],
themeConfig: {
logo: '/vue-cheatsheet-logo.png',
Expand Down

0 comments on commit 4391624

Please sign in to comment.