diff --git a/website/src/app/layout.tsx b/website/src/app/layout.tsx index 2067d86..1c37ed8 100644 --- a/website/src/app/layout.tsx +++ b/website/src/app/layout.tsx @@ -7,14 +7,16 @@ import type { Metadata } from 'next' export const metadata: Metadata = { title: 'npm install -g vercel-open', - description: 'The vercel-open custom command extension for the Vercel CLI' + description: 'The vercel-open custom command extension for the Vercel CLI', + other: { + ['twitter:label1']: 'Installation', + ['twitter:data1']: 'npm install -g vercel-open' + } } export default function RootLayout ({ children }: { children: React.ReactNode }) { return ( - -