diff options
Diffstat (limited to 'apps/landing/app/layout.tsx')
| -rw-r--r-- | apps/landing/app/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/landing/app/layout.tsx b/apps/landing/app/layout.tsx index 22f3c6ed..e655a770 100644 --- a/apps/landing/app/layout.tsx +++ b/apps/landing/app/layout.tsx @@ -8,8 +8,8 @@ import React from "react"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Hoarder", - metadataBase: new URL("https://hoarder.app"), + title: "Karakeep", + metadataBase: new URL("https://karakeep.app"), description: "The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI.", }; |
