-

+
diff --git a/app/page.tsx b/app/page.tsx
index 2a20be9..b1ebf63 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -6,7 +6,9 @@ import AnhuiSwiper from "@/app/_components/AnhuiSwiper";
import LatestNews from "@/app/_components/LatestNews";
import FriendLinks from "@/app/_components/FriendLinks";
import BranchLifeSketch from "@/app/_components/BranchLifeSketch";
+import { ReactNode } from "react";
+export const dynamic = "force-dynamic";
export default async function Home() {
return (
diff --git a/next.config.js b/next.config.js
index f9a789a..107af23 100644
--- a/next.config.js
+++ b/next.config.js
@@ -5,11 +5,11 @@ const nextConfig = {
? [
{
source: "/api/:path*",
- destination: "http://localhost:8084/api/:path*",
+ destination: "http://101.34.131.16:8086/api/:path*",
},
{
source: "/admin-api/:path*",
- destination: "http://localhost:8082/api/:path*",
+ destination: "http://101.34.131.16:8086/admin-api/:path*",
},
]
: [];