This commit is contained in:
hailin 2025-04-22 18:36:24 +08:00
parent 32f5e9cf8f
commit 68e44ff0e4
1 changed files with 1 additions and 1 deletions

View File

@ -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")