Update layout.tsx

This commit is contained in:
joezhn2020 2024-11-02 11:35:50 +08:00 committed by GitHub
parent 3773ce4025
commit 89e3a6bb2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,10 +10,10 @@ import { GoogleTagManager, GoogleAnalytics } from "@next/third-parties/google";
const serverConfig = getServerSideConfig(); const serverConfig = getServerSideConfig();
export const metadata: Metadata = { export const metadata: Metadata = {
title: "NextChat", title: "舟joeWeb Chat",
description: "Your personal ChatGPT Chat Bot.", description: "你的私人聊天机器人。",
appleWebApp: { appleWebApp: {
title: "NextChat", title: "舟joeWeb Chat",
statusBarStyle: "default", statusBarStyle: "default",
}, },
}; };