diff --git a/themes/game/index.js b/themes/game/index.js index 8c6db087..6ae7c784 100644 --- a/themes/game/index.js +++ b/themes/game/index.js @@ -377,18 +377,18 @@ const LayoutSlug = props => {

- {siteConfig('TITLE')} + {siteInfo.title || siteConfig('TITLE')}

- {siteConfig('DESCRIPTION')} + {siteInfo.description || siteConfig('DESCRIPTION')}

{/* 游戏封面图 */} - {game?.img && ( + {game?.pageCoverThumbnail && ( )}