更新网站名

This commit is contained in:
zhangchenguang01 2024-03-11 10:34:01 +08:00
parent 2b87e15041
commit 900ad30158

View File

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