aboutsummaryrefslogtreecommitdiff
path: root/apps/web/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/src')
-rw-r--r--apps/web/src/app/layout.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx
index b57c3d9c..3fbffe5f 100644
--- a/apps/web/src/app/layout.tsx
+++ b/apps/web/src/app/layout.tsx
@@ -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}