From 474a57ad5693dc69395dee613fdbfcb0e7db9913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E4=BA=91=E4=BE=9D=E5=85=AE?= <1422756921@qq.com> Date: Tue, 14 May 2024 21:26:58 +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 5898b21a1..2da1d3d9a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,7 +10,7 @@ import { GoogleTagManager } from "@next/third-parties/google"; const serverConfig = getServerSideConfig(); export const metadata: Metadata = { - title: "NextChat", + title: "ChatGPT-青云依兮", description: "Your personal ChatGPT Chat Bot.", viewport: { width: "device-width", @@ -22,7 +22,7 @@ export const metadata: Metadata = { { media: "(prefers-color-scheme: dark)", color: "#151515" }, ], appleWebApp: { - title: "NextChat", + title: "ChatGPT-青云依兮", statusBarStyle: "default", }, };