diff options
Diffstat (limited to 'apps/landing/app/layout.tsx')
| -rw-r--r-- | apps/landing/app/layout.tsx | 4 |
1 files changed, 3 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({ |
