update title

This commit is contained in:
zhaizy zhai
2024-02-28 18:13:03 +00:00
parent 8b821ac0c9
commit 88e4bd0f67
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import { GoogleTagManager } from "@next/third-parties/google";
const serverConfig = getServerSideConfig();
export const metadata: Metadata = {
title: "NextChat",
title: "ChatMaster",
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: "ChatMaster",
statusBarStyle: "default",
},
};