We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffc0a0 commit 1b47da0Copy full SHA for 1b47da0
src/app/[locale]/layout.tsx
@@ -8,7 +8,7 @@ export const metadata: Metadata = {
8
}
9
10
export async function generateStaticParams() {
11
- return i18n.locales.map((locale) => ({ lang: locale }))
+ return i18n.locales.map((locale) => ({ locale }))
12
13
14
interface Params {
0 commit comments