Skip to content

Commit 18a79e7

Browse files
dethan3TechQuery
authored andcommitted
fix: resolve homepage title undefined
1 parent 381565c commit 18a79e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const HomePage = observer(() => {
1313

1414
return (
1515
<Container as="main" className={styles.main}>
16-
<PageHead />
16+
<PageHead title={i18n.t('home_page')} />
1717

1818
<h1 className={`m-0 text-center ${styles.title}`}>
1919
{i18n.t('welcome_to')}

0 commit comments

Comments
 (0)