mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-21 07:26:49 +00:00
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