Skip to content

Commit 062b6ef

Browse files
intechclaude
andcommitted
feat: add Open Graph and Twitter Card meta tags
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2740c61 commit 062b6ef

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.vitepress/config/shared.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ export const sharedConfig = defineConfig({
66
description: 'Production-ready gRPC/ConnectRPC framework for Node.js',
77
head: [
88
['link', { rel: 'icon', type: 'image/png', href: '/assets/splash.png' }],
9+
['meta', { property: 'og:type', content: 'website' }],
10+
['meta', { property: 'og:title', content: 'Connectum' }],
11+
['meta', { property: 'og:description', content: 'Production-ready gRPC/ConnectRPC framework for Node.js' }],
12+
['meta', { property: 'og:image', content: 'https://connectum.dev/assets/splash.png' }],
13+
['meta', { property: 'og:url', content: 'https://connectum.dev' }],
14+
['meta', { property: 'og:site_name', content: 'Connectum' }],
15+
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
16+
['meta', { name: 'twitter:image', content: 'https://connectum.dev/assets/splash.png' }],
917
],
1018
themeConfig: {
1119
logo: '/assets/name.png',

0 commit comments

Comments
 (0)