From dc5a93a04a344dee6817fcb88da7c0618bd86c0b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:47:49 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dfb6917..43c4ae4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,9 +15,11 @@ const inter = Inter({ export const metadata: Metadata = { title: "MiniHub - Discover Mini Apps", description: "Explore a curated library of powerful mini-apps designed to boost your productivity. Search, discover, and launch your next essential tool in seconds.", keywords: "mini apps, app library, productivity tools, app marketplace, discover apps", openGraph: { - title: "MiniHub - Discover Mini Apps", description: "Explore a curated library of powerful mini-apps designed to boost your productivity.", siteName: "MiniHub", type: "website"}, + title: "MiniHub - Discover Mini Apps", description: "Explore a curated library of powerful mini-apps designed to boost your productivity.", siteName: "MiniHub", type: "website" + }, twitter: { - card: "summary_large_image", title: "MiniHub - Discover Mini Apps", description: "Explore a curated library of powerful mini-apps designed to boost your productivity."}, + card: "summary_large_image", title: "MiniHub - Discover Mini Apps", description: "Explore a curated library of powerful mini-apps designed to boost your productivity." + }, robots: { index: true, follow: true,