mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: dynamic
This commit is contained in:
parent
8afeb39239
commit
d04d6f19e3
@ -1,6 +1,6 @@
|
|||||||
import { NetworkChartClient } from "../ClientComponents/NetworkChart";
|
import { NetworkChartClient } from "../ClientComponents/NetworkChart";
|
||||||
|
|
||||||
export const dynamic = "auto";
|
export const dynamic = "force-dynamic"
|
||||||
|
|
||||||
export default function Page({ params }: { params: { id: string } }) {
|
export default function Page({ params }: { params: { id: string } }) {
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user