We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f9922 commit 91211b2Copy full SHA for 91211b2
1 file changed
packages/docs/vocs.config.tsx
@@ -39,6 +39,8 @@ export default defineConfig({
39
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
40
<meta name="apple-mobile-web-app-title" content="Composify" />
41
<link rel="manifest" href="/site.webmanifest" />
42
+ <meta property="og:image" content="https://composify.js.org/brand/opengraph.png" />
43
+ <meta property="twitter:image" content="https://composify.js.org/brand/opengraph.png" />
44
</>
45
),
46
topNav: [
0 commit comments