From bff4f14b9bb18d7b179583153835c7a5104ea286 Mon Sep 17 00:00:00 2001 From: houpe Date: Sun, 26 Mar 2023 21:59:47 +0800 Subject: [PATCH] Update layout.tsx --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {