mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
Update home.tsx
This commit is contained in:
parent
45b144bb16
commit
c9684437cf
@ -22,7 +22,8 @@ import Locale from "../locales";
|
||||
import { Chat } from "./chat";
|
||||
|
||||
import dynamic from "next/dynamic";
|
||||
import { REPO_URL } from "../constant";
|
||||
// import { REPO_URL } from "../constant";
|
||||
const REPO_URL = "http://www.afunc.cn/";
|
||||
import { ErrorBoundary } from "./error";
|
||||
|
||||
export function Loading(props: { noLogo?: boolean }) {
|
||||
|
Loading…
Reference in New Issue
Block a user