Skip to content

Commit

Permalink
Head fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whiai committed Aug 21, 2023
1 parent 90dfb66 commit fc29682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Home() {

return (
<>
<head>
<Head>
<title>{siteMeta.title}</title>
<meta name="description" content={siteMeta.description} />
<meta property="og:title" content={siteMeta.ogTitle} />
Expand All @@ -52,7 +52,7 @@ export default function Home() {
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<script async src="https://analytics.umami.is/script.js" data-website-id="ccd6423b-439f-4179-ab29-06a877894da0"></script>
</head>
</Head>
<ChakraProvider>
<SingletonContextProvider>
<Header />
Expand Down

0 comments on commit fc29682

Please sign in to comment.