From 96e58613943784512f332425989a122452ef81a6 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sun, 14 Apr 2024 14:24:31 -0700 Subject: [PATCH] attempt to make og image work --- README.md | 2 +- apps/web/src/app/layout.tsx | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 ( + + +
{children}