fix: blank page

This commit is contained in:
hamster1963 2024-10-09 13:52:55 +08:00
parent 194dfdee06
commit 8afeb39239

View File

@ -1,5 +1,7 @@
import { NetworkChartClient } from "../ClientComponents/NetworkChart"; import { NetworkChartClient } from "../ClientComponents/NetworkChart";
export const dynamic = "auto";
export default function Page({ params }: { params: { id: string } }) { export default function Page({ params }: { params: { id: string } }) {
return ( return (
<div className="mx-auto grid w-full max-w-5xl gap-4 md:gap-6"> <div className="mx-auto grid w-full max-w-5xl gap-4 md:gap-6">