mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: vercel dynamic
This commit is contained in:
parent
8ebd2859fc
commit
d4e1815234
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user