Update layout.tsx

This commit is contained in:
青云依兮 2024-05-14 21:26:58 +08:00 committed by GitHub
parent 9cba54280f
commit 474a57ad56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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