diff --git a/app/layout.tsx b/app/layout.tsx index 095d3a184..13675bf7a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -11,8 +11,8 @@ const COMMIT_ID = process .trim(); export const metadata = { - title: "ChatGPT Next Web", - description: "Your personal ChatGPT Chat Bot.", + title: "ChatGPT", + description: "Houpe ChatGPT Chat Bot.", }; function Meta() {