There was an error while loading. Please reload this page.
1 parent 2740c61 commit 062b6efCopy full SHA for 062b6ef
1 file changed
.vitepress/config/shared.ts
@@ -6,6 +6,14 @@ export const sharedConfig = defineConfig({
6
description: 'Production-ready gRPC/ConnectRPC framework for Node.js',
7
head: [
8
['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' }],
17
],
18
themeConfig: {
19
logo: '/assets/name.png',
0 commit comments