We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584a075 commit 282bac0Copy full SHA for 282bac0
1 file changed
app/(protected)/admin/reviews/layout.tsx
@@ -9,6 +9,9 @@ import {
9
BreadcrumbSeparator,
10
} from '@/components/ui/breadcrumb'
11
12
+// https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config
13
+export const dynamic = 'force-dynamic'
14
+
15
export default async function ReviewsLayout({
16
children,
17
}: Readonly<{
0 commit comments