Skip to content

Commit

Permalink
Fix path to image
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Jul 12, 2024
1 parent b202c01 commit f777c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/head/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const Head: FC = () => (
property="og:title"
/>

<meta content="https://atanas.info/images/temp/atanas2.jpg" property="og:image" />
<meta content="https://atanas.info/images/temp/atanas2.jpeg" property="og:image" />

<meta
content="Atanas Atanasov - Frontend Team Lead and Senior Javascript/Typescript Engineer: Single Page Applications, Vue, React, Angular, NodeJS | Professional web and mobile development services"
Expand Down Expand Up @@ -98,7 +98,7 @@ export const Head: FC = () => (
name="twitter:description"
/>

<meta content="https://atanas.info/images/temp/atanas2.jpg" name="twitter:image" />
<meta content="https://atanas.info/images/temp/atanas2.jpeg" name="twitter:image" />

<meta content="@scriptexbg" name="twitter:creator" />

Expand Down

0 comments on commit f777c0a

Please sign in to comment.