Skip to content

Commit

Permalink
fix(docs): metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 18, 2024
1 parent a39f3be commit ca8e48e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions website/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<html lang='en' suppressHydrationWarning>
<meta name='twitter:label1' content='installation' />
<meta name='twitter:data1' content='npm install -g vercel-open'></meta>
<body className='bg-black'>
<a
href='https://github.com/vercel-labs/vercel-open'
Expand Down
Binary file added website/src/app/opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca8e48e

Please sign in to comment.