Merge pull request #3233 from YesYouKenSpace/feat/localization-404

feat(localization): introduce localization to 404 texts
This commit is contained in:
tangly1024
2025-03-14 16:55:03 +08:00
committed by GitHub
6 changed files with 27 additions and 14 deletions

View File

@@ -247,7 +247,7 @@ const getSEOMeta = (props, router, locale) => {
}
case '/404':
return {
title: `${siteInfo?.title} | 页面找不到啦`,
title: `${siteInfo?.title} | ${locale.NAV.PAGE_NOT_FOUND}`,
image: `${siteInfo?.pageCover}`
}
case '/tag':