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