From 68045510bd22e928657337b2a7faee7060230e04 Mon Sep 17 00:00:00 2001 From: dockersky <313357031@qq.com> Date: Tue, 4 Apr 2023 15:50:34 +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 32d3576c5..de1f93df7 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,10 +17,10 @@ try { } export const metadata = { - title: "ChatGPT Next Web", + title: "ChatGPT", description: "Your personal ChatGPT Chat Bot.", appleWebApp: { - title: "ChatGPT Next Web", + title: "ChatGPT", statusBarStyle: "black-translucent", }, themeColor: "#fafafa",