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(); const serverConfig = getServerSideConfig();
export const metadata: Metadata = { export const metadata: Metadata = {
title: "NextChat", title: "CatGPT",
description: "Your personal ChatGPT Chat Bot.", description: "Nya~",
viewport: { viewport: {
width: "device-width", width: "device-width",
initialScale: 1, initialScale: 1,
@ -22,7 +22,7 @@ export const metadata: Metadata = {
{ media: "(prefers-color-scheme: dark)", color: "#151515" }, { media: "(prefers-color-scheme: dark)", color: "#151515" },
], ],
appleWebApp: { appleWebApp: {
title: "NextChat", title: "CatGPT",
statusBarStyle: "default", statusBarStyle: "default",
}, },
}; };