Update layout.tsx

This commit is contained in:
LiLeeLing 2024-02-05 00:46:35 +08:00 committed by GitHub
parent 5247384848
commit c85c09316d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
},
};