Skip to content

Commit 282bac0

Browse files
committed
fix: dynamic admin home page
1 parent 584a075 commit 282bac0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/(protected)/admin/reviews/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import {
99
BreadcrumbSeparator,
1010
} from '@/components/ui/breadcrumb'
1111

12+
// https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config
13+
export const dynamic = 'force-dynamic'
14+
1215
export default async function ReviewsLayout({
1316
children,
1417
}: Readonly<{

0 commit comments

Comments
 (0)