mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-10 04:00:11 +00:00
attempt to make og image work
This commit is contained in:
parent
43f18a174f
commit
96e5861394
2 changed files with 7 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
# supermemory
|
||||

|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue