Update layout.tsx

This commit is contained in:
Codeliu 2024-11-17 08:03:30 +08:00 committed by GitHub
parent f0c2b3285f
commit 154abe1582
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: "代码龙少儿编程AI助手",
description: "Your personal ChatGPT Chat Bot.", description: "无限成长",
appleWebApp: { appleWebApp: {
title: "NextChat", title: "代码龙编程 AI助手",
statusBarStyle: "default", statusBarStyle: "default",
}, },
}; };