aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-04-14 14:24:31 -0700
committerDhravya <[email protected]>2024-04-14 14:24:31 -0700
commit96e58613943784512f332425989a122452ef81a6 (patch)
tree94d7576c7eb18f60988194e68a38019e21cb67ed
parentfixed the AI prompt (diff)
downloadsupermemory-96e58613943784512f332425989a122452ef81a6.tar.xz
supermemory-96e58613943784512f332425989a122452ef81a6.zip
attempt to make og image work
-rw-r--r--README.md2
-rw-r--r--apps/web/src/app/layout.tsx6
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d14d691..2e30ffbc 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-# supermemory
+![og image](https://supermemory.dhr.wtf/og-image.png)
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}