Skip to content

Commit

Permalink
docs: add og-image
Browse files Browse the repository at this point in the history
  • Loading branch information
kirchoni committed Jun 29, 2024
1 parent 9c5bfc4 commit 9e80e2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added apps/docs/public/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/docs/src/app/(root)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<html lang="en" className={styles["katana"]}>
<head>
<link rel="icon" href={favicon.src} />
<meta property="og:image" content="/og-image.png" />
</head>
<body className={clsx(GeistSans.variable, GeistMono.variable)} id="katana">
<Header />
Expand Down

0 comments on commit 9e80e2b

Please sign in to comment.