Skip to content

Commit 4391624

Browse files
committed
feat(seo): add twitter card meta tags
1 parent d2f38cf commit 4391624

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/.vitepress/config.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ export default defineConfig({
4242
['meta', { property: 'og:title', content: 'Vue Cheatsheet' }],
4343
['meta', { property: 'og:description', content: 'The only Vue cheatsheet you will ever need' }],
4444
['meta', { property: 'og:image', content: 'https://ts-assets.b-cdn.net/ts-assets/vue-cheatsheet/github-banner-smm.png' }],
45+
['meta', { property: 'twitter:card', content: 'summary_large_image' }],
46+
['meta', { property: 'twitter:site', content: '@Theme_Selection' }],
47+
['meta', { property: 'twitter:creator', content: '@Theme_Selection' }],
4548
],
4649
themeConfig: {
4750
logo: '/vue-cheatsheet-logo.png',

0 commit comments

Comments
 (0)