Configure dynamic rendering and robust DB init for Vercel

This commit is contained in:
Christopher
2026-01-22 03:17:01 -08:00
parent e370ede692
commit bb6b9a289b
2 changed files with 12 additions and 25 deletions
+2
View File
@@ -28,6 +28,8 @@ export const metadata: Metadata = {
// This is appropriate for a social network where all content is user-generated
export const dynamic = 'force-dynamic';
// This is appropriate for a social network where all content is user-generated
export default function RootLayout({
children,
}: {