mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
小bug
This commit is contained in:
parent
616fde0ebd
commit
f759329c55
@ -39,10 +39,7 @@ export default function RootLayout({
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta name="config" content={JSON.stringify(getClientConfig())} />
|
<meta name="config" content={JSON.stringify(getClientConfig())} />
|
||||||
<link
|
<link rel="manifest" href="/site.webmanifest"></link>
|
||||||
rel="manifest"
|
|
||||||
href="https://cos.xiaosi.cc/next/public/site.webmanifest"
|
|
||||||
></link>
|
|
||||||
<script src="/serviceWorkerRegister.js" defer></script>
|
<script src="/serviceWorkerRegister.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user