fix: add force-dynamic to prevent prerender errors
Some checks failed
Build & Deploy Dashboard / deploy (push) Failing after 31s

This commit is contained in:
Cosmo
2026-04-16 08:43:46 +00:00
parent ca754fd5e7
commit 50d4edf9e9
4 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
export const dynamic = "force-dynamic";
import { WeatherWidget } from "@/components/widgets/WeatherWidget";
import { CalendarWidget } from "@/components/widgets/CalendarWidget";
import { ClaudeUsageWidget } from "@/components/widgets/ClaudeUsageWidget";