diff --git a/app/layout.tsx b/app/layout.tsx index 2c89ba4..c11c3b0 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,7 +10,7 @@ import { GoogleTagManager } from "@next/third-parties/google"; const serverConfig = getServerSideConfig(); export const metadata: Metadata = { - title: "NextChat", + title: "GetIngChat", 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: "GetIngChat", statusBarStyle: "default", }, }; diff --git a/public/robots.txt b/public/robots.txt index d4fc2a4..b162af5 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,3 @@ User-agent: * Disallow: / -User-agent: vitals.vercel-insights.com Allow: / \ No newline at end of file diff --git a/public/serviceWorker.js b/public/serviceWorker.js index f5a24b7..03f2681 100644 --- a/public/serviceWorker.js +++ b/public/serviceWorker.js @@ -1,4 +1,4 @@ -const CHATGPT_NEXT_WEB_CACHE = "chatgpt-next-web-cache"; +const CHATGPT_NEXT_WEB_CACHE = "chatgpt-gtering-web-cache"; self.addEventListener("activate", function (event) { console.log("ServiceWorker activated."); diff --git a/public/site.webmanifest b/public/site.webmanifest index b5a2b99..bccb6fb 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "魂牵梦萦 fdafa", - "short_name": "魂牵梦萦 fdafa", + "name": "GterIng", + "short_name": "GterIng", "icons": [ { "src": "/android-chrome-192x192.png",