Skip to content

Commit

Permalink
chore: force dynamic layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Nov 7, 2024
1 parent 80686ec commit ce25fd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/ui/src/lib/layouts/docs-layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export type DocsLayoutProps = {
}>;
};

export const dynamic = 'force-dynamic';

const DocsLayout = async ({ children, params }: PropsWithChildren & DocsLayoutProps) => {
const { lang } = await params;

Expand Down

0 comments on commit ce25fd5

Please sign in to comment.