Skip to content

Commit

Permalink
Added temp opengraph image metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeling committed Nov 4, 2023
1 parent 1280a0e commit eeb74d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added public/temp-ogimage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export default function RootLayout({
}) {
return (
<html lang='en' className={`${sans.variable} ${mono.variable}`}>
<head>
<meta property='og:image' content='/temp-ogimage.png' />
</head>
<body className={'overflow-x-hidden text-lightest font-body w-screen h-screen'}>
{children}
<Analytics />
Expand Down

0 comments on commit eeb74d1

Please sign in to comment.