From 1151d6e0098650014b1f198277f746c1147a50eb Mon Sep 17 00:00:00 2001 From: Jetomit_Bio Date: Sat, 17 Jan 2026 21:21:32 +0100 Subject: [PATCH] Fix installer, add favicon, improve editor and layout --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 405b6be..99aa98a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,3 +1,5 @@ +export const dynamic = "force-dynamic"; + import Link from "next/link"; import { pool } from "@/lib/db";