Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: add missing title tag in document head (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcataford authored Mar 25, 2023
1 parent 8b6232a commit 6dcb1f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const Head: React.FC = () => (
property="og:image"
content="https://cdn-images-1.medium.com/max/2000/1*eG2MFl0sGRKFmd_USgA_8Q.jpeg"
/>
<title>Top Hat Open Source Portal</title>
<link
rel="stylesheet"
href="https://fonts.typotheque.com/WF-029067-010445.css"
Expand Down

0 comments on commit 6dcb1f9

Please sign in to comment.