Configure dynamic rendering and robust DB init for Vercel
This commit is contained in:
@@ -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,
|
||||
}: {
|
||||
|
||||
Reference in New Issue
Block a user