From 74fb993478cb1475ed2b4f161ddb77ddcaf7fdda Mon Sep 17 00:00:00 2001 From: Lukas Reichart Date: Sun, 29 Dec 2024 21:59:57 +0100 Subject: [PATCH] Fix zhbase website title --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 613717f..3aab8e2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,8 +15,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "zhbase", + description: "zhbase - Community based Open Source Hosting and Services", }; export default function RootLayout({