diff options
Diffstat (limited to 'apps/web/app/layout.tsx')
| -rw-r--r-- | apps/web/app/layout.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index f5ad19f6..f879780e 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -17,7 +17,8 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Hoarder", applicationName: "Hoarder", - description: "Your AI powered second brain", + description: + "The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI.", manifest: "/manifest.json", appleWebApp: { capable: true, |
