Skip to content

Commit

Permalink
docs: twitter meta, large social image (#477)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan You <[email protected]>
  • Loading branch information
patak-dev and yyx990803 committed Mar 9, 2024
1 parent e3f58f4 commit af098ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/docs/.vitepress/config.ts
Expand Up @@ -19,6 +19,8 @@ export default defineConfig({
['meta', { property: 'og:image', content: 'https://rolldown.rs/og-image.png' }],
['meta', { property: 'og:site_name', content: 'Rolldown' }],
['meta', { property: 'og:url', content: 'https://rolldown.rs/' }],
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['meta', { name: 'twitter:site', content: '@rolldown_rs' }],
],

themeConfig: {
Expand Down

0 comments on commit af098ba

Please sign in to comment.