Fix dynamic build

This commit is contained in:
2025-12-28 01:16:52 +01:00
parent f8cf354626
commit 1f6bb34e6b
2 changed files with 0 additions and 5 deletions

View File

@ -3,9 +3,6 @@ import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
export const dynamic = process.env.DOCKER_BUILD === "1" ? "force-dynamic" : "auto";
export const revalidate = process.env.DOCKER_BUILD === "1" ? 0 : false;
const geistSans = Geist({
variable: "--font-geist-sans",
subsets: ["latin"],