From c85c09316d5ef8e496b3e60566b346c4773270c1 Mon Sep 17 00:00:00 2001 From: LiLeeLing <158540825+LiLeeLing@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:46:35 +0800 Subject: [PATCH] Update layout.tsx --- app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 2c89ba494..d3569d738 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,8 +10,8 @@ import { GoogleTagManager } from "@next/third-parties/google"; const serverConfig = getServerSideConfig(); export const metadata: Metadata = { - title: "NextChat", - description: "Your personal ChatGPT Chat Bot.", + title: "CatGPT", + description: "Nya~", viewport: { width: "device-width", initialScale: 1, @@ -22,7 +22,7 @@ export const metadata: Metadata = { { media: "(prefers-color-scheme: dark)", color: "#151515" }, ], appleWebApp: { - title: "NextChat", + title: "CatGPT", statusBarStyle: "default", }, };