Skip to content

Commit 1b47da0

Browse files
committed
chore: updated prop name
1 parent 1ffc0a0 commit 1b47da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/[locale]/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const metadata: Metadata = {
88
}
99

1010
export async function generateStaticParams() {
11-
return i18n.locales.map((locale) => ({ lang: locale }))
11+
return i18n.locales.map((locale) => ({ locale }))
1212
}
1313

1414
interface Params {

0 commit comments

Comments
 (0)