diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/landing/app/layout.tsx | 4 | ||||
| -rw-r--r-- | apps/landing/app/opengraph-image.jpg | bin | 0 -> 105241 bytes | |||
| l--------- | apps/landing/app/twitter-image.jpg | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/apps/landing/app/layout.tsx b/apps/landing/app/layout.tsx index 331c8b11..ab7f2a50 100644 --- a/apps/landing/app/layout.tsx +++ b/apps/landing/app/layout.tsx @@ -9,7 +9,9 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Hoarder", - description: "Your AI powered second brain", + metadataBase: new URL("https://hoarder.app"), + description: + "The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI.", }; export default async function RootLayout({ diff --git a/apps/landing/app/opengraph-image.jpg b/apps/landing/app/opengraph-image.jpg Binary files differnew file mode 100644 index 00000000..59d8a758 --- /dev/null +++ b/apps/landing/app/opengraph-image.jpg diff --git a/apps/landing/app/twitter-image.jpg b/apps/landing/app/twitter-image.jpg new file mode 120000 index 00000000..4121c11d --- /dev/null +++ b/apps/landing/app/twitter-image.jpg @@ -0,0 +1 @@ +opengraph-image.jpg
\ No newline at end of file |
