From f2090c2872efc0b8e4595b476ab65eac9633ff5e Mon Sep 17 00:00:00 2001 From: Fuck U <47294782+Pessimisticc@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:00:59 +0800 Subject: [PATCH] Update home.tsx --- app/components/home.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/home.tsx b/app/components/home.tsx index cbb5dbfc6..5bbd79c11 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -23,7 +23,8 @@ import { ChatList } from "./chat-list"; 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 }) {