From 9e6b2f89bf72f938c024450d4aa0a23d916fc421 Mon Sep 17 00:00:00 2001 From: Vasily Zubarev Date: Sat, 3 May 2025 10:15:02 +0200 Subject: [PATCH] ci: fix dynamic --- app/(auth)/self-hosted/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/(auth)/self-hosted/page.tsx b/app/(auth)/self-hosted/page.tsx index 2b070d9..5527565 100644 --- a/app/(auth)/self-hosted/page.tsx +++ b/app/(auth)/self-hosted/page.tsx @@ -77,3 +77,5 @@ export default async function SelfHostedWelcomePage() { ) } + +export const dynamic = "force-dynamic"