diff options
| author | Dhravya <[email protected]> | 2024-04-14 00:33:34 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-14 00:33:34 -0700 |
| commit | 0fb45c41ac678f3121a18d26f64a3cf265bf4538 (patch) | |
| tree | 9110d598f260bc433f40009c4f6898e6cd2dcafd /apps/web/src | |
| parent | added reset command (diff) | |
| download | supermemory-0fb45c41ac678f3121a18d26f64a3cf265bf4538.tar.xz supermemory-0fb45c41ac678f3121a18d26f64a3cf265bf4538.zip | |
fix og image
Diffstat (limited to 'apps/web/src')
| -rw-r--r-- | apps/web/src/app/layout.tsx | 2 |
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, }, |