mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
Merge pull request #3233 from YesYouKenSpace/feat/localization-404
feat(localization): introduce localization to 404 texts
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user