Skip to content

Commit

Permalink
Update Head.tsx
Browse files Browse the repository at this point in the history
Changing social media card image
  • Loading branch information
DieselTech committed Feb 1, 2024
1 parent 73e9e1d commit 628284b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export default function Head() {
property="og:description"
content="Lightning fast with a slick design, Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats."
/>
<meta property="og:url" content="https://stumpapp.dev" />
<meta property="og:url" content="https://www.kavitareader.com/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://stumpapp.dev/og.png" />
<meta property="og:image:alt" content="Stump OG Image" />
<meta property="og:image" content="https://raw.githubusercontent.com/Kareadita/Wiki-Nextra/main/public/homepage-dark.png" />
<meta property="og:image:alt" content="OG Image" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1332" />
<meta property="og:image:height" content="699" />
Expand Down

0 comments on commit 628284b

Please sign in to comment.