Skip to content

Commit

Permalink
fix: update SEO title
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendn committed Mar 21, 2023
1 parent 4bbbdd8 commit 45dc648
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ const Home: React.FC<NextPage> = _ => {
</Layout>
)
}

export async function getServerSideProps({}) {
return {
props: {
title: ''
}
}
}

// // type HomeExtendProps = typeof Home & { messages: string[] }
// // ;(Home as HomeExtendProps).messages = ['Index']

Expand Down

0 comments on commit 45dc648

Please sign in to comment.