fix: add force-dynamic to prevent prerender errors
Some checks failed
Build & Deploy Dashboard / deploy (push) Failing after 31s
Some checks failed
Build & Deploy Dashboard / deploy (push) Failing after 31s
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
"use client";
|
||||
import { useState, useEffect, useCallback } from "react";
|
||||
import { Cpu, MemoryStick, HardDrive, Clock, RefreshCw, Wifi, Activity } from "lucide-react";
|
||||
|
||||
Reference in New Issue
Block a user