fix(frontend): force-dynamic on marketing layout to skip SSG at build time
Deploy to Production / test (push) Has been cancelled
Deploy to Production / deploy (push) Has been cancelled

This commit is contained in:
Patrick Plate
2026-06-13 09:31:24 +02:00
parent 805bc4f00d
commit 3e4fdee05b
@@ -5,6 +5,10 @@ import { Cannabis } from "lucide-react"
import type { ReactNode } from "react" import type { ReactNode } from "react"
// Force dynamic rendering — prevents NextAuth from being called at build time
// (AUTH_URL is not available during Docker image build)
export const dynamic = "force-dynamic"
export default async function MarketingLayout({ export default async function MarketingLayout({
children, children,
}: { }: {