We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df1258 commit ccc3df2Copy full SHA for ccc3df2
app/layout.tsx
@@ -7,10 +7,10 @@ import { getBuildConfig } from "./config/build";
7
const buildConfig = getBuildConfig();
8
9
export const metadata = {
10
- title: "ChatGPT Next Web",
+ title: "Smart ChatChat",
11
description: "Your personal ChatGPT Chat Bot.",
12
appleWebApp: {
13
14
statusBarStyle: "default",
15
},
16
themeColor: "#fafafa",
public/site.webmanifest
@@ -1,5 +1,5 @@
1
{
2
- "name": "ChatGPT Next Web",
+ "name": "Smart ChatChat",
3
"short_name": "ChatGPT",
4
"icons": [
5
0 commit comments