Skip to content

Commit

Permalink
fix: force dynamic rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Oct 11, 2024
1 parent b8b4a2e commit d701799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export const generateStaticParams = () => {
});
};

export const dynamic = "force-dynamic";

const LocaleLayout: FunctionComponent<PropsWithChildren<LocaleProps>> = async ({
params: { locale },
children,
Expand Down

0 comments on commit d701799

Please sign in to comment.