mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
Update layout.tsx
This commit is contained in:
parent
5247384848
commit
c85c09316d
@ -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",
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user