Skip to content

Commit ce0569e

Browse files
committed
chore: update meta tags
1 parent 41becb3 commit ce0569e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/src/.vitepress/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export default defineConfig({
1616
['meta', { name: 'og:image', content: 'https://mcpui.dev/og-image.png' }],
1717
['meta', { name: 'og:url', content: 'https://mcpui.dev/' }],
1818
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
19+
['meta', { name: 'twitter:site', content: '@idosal1' }],
20+
['meta', { name: 'twitter:url', content: 'https://mcpui.dev/' }],
21+
['meta', { name: 'twitter:domain', content: 'mcpui.dev' }],
1922
['meta', { name: 'twitter:image', content: 'https://mcpui.dev/og-image.png' }],
2023
['meta', { name: 'twitter:description', content: 'Interactive UI for MCP - Build rich, dynamic interfaces with MCP-UI' }],
2124
['link', { rel: 'icon', type: 'image/png', href: '/logo.png' }],

0 commit comments

Comments
 (0)