This commit is contained in:
Stefan
2025-12-14 12:48:55 +01:00
parent 38f2cb0f3b
commit 25666e7359
2 changed files with 4 additions and 4 deletions
-3
View File
@@ -21,9 +21,6 @@ export const metadata: Metadata = {
description: "Learn chess with AI-powered tutoring from Gemini and Stockfish engine analysis",
};
// Force dynamic rendering to read environment variables at runtime
export const dynamic = 'force-dynamic';
export default function RootLayout({
children,
}: Readonly<{