Skip to content

Commit

Permalink
attempt to make og image work
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhravya committed Apr 14, 2024
1 parent 43f18a1 commit 96e5861
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# supermemory
![og image](https://supermemory.dhr.wtf/og-image.png)
6 changes: 6 additions & 0 deletions apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 96e5861

Please sign in to comment.