aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-04-14 00:33:34 -0700
committerDhravya <[email protected]>2024-04-14 00:33:34 -0700
commit0fb45c41ac678f3121a18d26f64a3cf265bf4538 (patch)
tree9110d598f260bc433f40009c4f6898e6cd2dcafd /apps
parentadded reset command (diff)
downloadsupermemory-0fb45c41ac678f3121a18d26f64a3cf265bf4538.tar.xz
supermemory-0fb45c41ac678f3121a18d26f64a3cf265bf4538.zip
fix og image
Diffstat (limited to 'apps')
-rw-r--r--apps/web/src/app/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx
index b3ae4c86..a39916ca 100644
--- a/apps/web/src/app/layout.tsx
+++ b/apps/web/src/app/layout.tsx
@@ -11,7 +11,7 @@ export const metadata: Metadata = {
openGraph: {
images: [
{
- url: "/og-image.png",
+ url: "https://supermemory.dhr.wtf/og-image.png",
width: 1200,
height: 630,
},