mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
Added website ICP filing module
This commit is contained in:
@@ -3,6 +3,7 @@ import { Analytics } from "@vercel/analytics/react";
|
||||
import { Home } from "./components/home";
|
||||
|
||||
import { getServerSideConfig } from "./config/server";
|
||||
import BottomRecord from "@/app/components/beian";
|
||||
|
||||
const serverConfig = getServerSideConfig();
|
||||
|
||||
@@ -11,6 +12,7 @@ export default async function App() {
|
||||
<>
|
||||
<Home />
|
||||
{serverConfig?.isVercel && <Analytics />}
|
||||
<BottomRecord />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user