Skip to content

Commit 5b28ca0

Browse files
committed
add force-dynamic for layout
1 parent a4d92dd commit 5b28ca0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/(frontend)/[locale]/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import { LogoFont } from '../fonts'
1919
import { Locale } from '@/i18n/types'
2020
import { setRequestLocale } from 'next-intl/server'
2121

22+
export const dynamic = 'force-dynamic'
23+
2224
export default async function LocaleLayout({
2325
children,
2426
params,

0 commit comments

Comments
 (0)