fix: vercel dynamic

This commit is contained in:
hamster1963 2024-10-09 14:11:32 +08:00
parent 8ebd2859fc
commit d4e1815234

View File

@ -1,6 +1,7 @@
import { NetworkChartClient } from "../ClientComponents/NetworkChart";
export const dynamic = "force-dynamic"
export const revalidate = 0
export default function Page({ params }: { params: { id: string } }) {
return (