attempt to make og image work

This commit is contained in:
Dhravya 2024-04-14 14:24:31 -07:00
parent 43f18a174f
commit 96e5861394
2 changed files with 7 additions and 1 deletions

View file

@ -1 +1 @@
# supermemory
![og image](https://supermemory.dhr.wtf/og-image.png)

View file

@ -41,6 +41,12 @@ export default function RootLayout({
}>) {
return (
<html lang="en" className="dark">
<head>
<meta
name="og:image"
content="https://supermemory.dhr.wtf/og-image.png"
/>
</head>
<body className={inter.className}>
<div vaul-drawer-wrapper="" className="min-w-screen overflow-x-hidden">
{children}