From d04d6f19e3feb464b34082ed621ec04b3728a4e9 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 9 Oct 2024 13:58:01 +0800 Subject: [PATCH] fix: dynamic --- app/[locale]/(main)/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/(main)/[id]/page.tsx b/app/[locale]/(main)/[id]/page.tsx index 8b9c337..276f98d 100644 --- a/app/[locale]/(main)/[id]/page.tsx +++ b/app/[locale]/(main)/[id]/page.tsx @@ -1,6 +1,6 @@ import { NetworkChartClient } from "../ClientComponents/NetworkChart"; -export const dynamic = "auto"; +export const dynamic = "force-dynamic" export default function Page({ params }: { params: { id: string } }) { return (