trying to force dynamic rendering

This commit is contained in:
Torben Haack
2024-10-10 09:27:58 +02:00
parent 8514b9061b
commit 5817632299
3 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ interface AdminLayoutProps {
children: React.ReactNode;
}
export const dynamic = "force-dynamic";
export default async function AdminLayout(props: AdminLayoutProps) {
const { children } = props;
const { user } = await validateRequest();