From 4bd48d04d31f3214e9a7383909468b277c16787d Mon Sep 17 00:00:00 2001 From: wongpiwat Date: Sun, 29 Sep 2024 11:57:38 -0400 Subject: [PATCH] change title and description --- 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 a36cde0..ca291af 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,8 +14,8 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "DevBuddyAI", + description: "DevBuddyAI is a tool to help you with your coding problems.", }; export default function RootLayout({