We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41becb3 commit ce0569eCopy full SHA for ce0569e
1 file changed
docs/src/.vitepress/config.ts
@@ -16,6 +16,9 @@ export default defineConfig({
16
['meta', { name: 'og:image', content: 'https://mcpui.dev/og-image.png' }],
17
['meta', { name: 'og:url', content: 'https://mcpui.dev/' }],
18
['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' }],
22
['meta', { name: 'twitter:image', content: 'https://mcpui.dev/og-image.png' }],
23
['meta', { name: 'twitter:description', content: 'Interactive UI for MCP - Build rich, dynamic interfaces with MCP-UI' }],
24
['link', { rel: 'icon', type: 'image/png', href: '/logo.png' }],
0 commit comments