no message
This commit is contained in:
parent
7a30b73bce
commit
ca6205e6dc
@ -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",
|
||||
},
|
||||
};
|
||||
|
@ -1,4 +1,3 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
User-agent: vitals.vercel-insights.com
|
||||
Allow: /
|
@ -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.");
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "魂牵梦萦 fdafa",
|
||||
"short_name": "魂牵梦萦 fdafa",
|
||||
"name": "GterIng",
|
||||
"short_name": "GterIng",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
|
Loading…
x
Reference in New Issue
Block a user