Update layout.tsx
This commit is contained in:
parent
966e69c464
commit
8da99372cd
|
@ -10,7 +10,7 @@ import { GoogleTagManager } from "@next/third-parties/google";
|
|||
const serverConfig = getServerSideConfig();
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ChatGPT-青云依兮",
|
||||
title: "NextChat",
|
||||
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: "ChatGPT-青云依兮",
|
||||
title: "NextChat",
|
||||
statusBarStyle: "default",
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue