This commit is contained in:
parent
32f5e9cf8f
commit
68e44ff0e4
|
|
@ -65,7 +65,7 @@ export async function generateMetadata({
|
||||||
}: {
|
}: {
|
||||||
params: { locale: string }
|
params: { locale: string }
|
||||||
}): Promise<Metadata> {
|
}): Promise<Metadata> {
|
||||||
const { t } = await initTranslations(locale, ["meta"])
|
const { t } = await initTranslations(locale, ["translation"])
|
||||||
|
|
||||||
const appName = t("meta.appName")
|
const appName = t("meta.appName")
|
||||||
const defaultTitle = t("meta.defaultTitle")
|
const defaultTitle = t("meta.defaultTitle")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue