Skip to content

Commit

Permalink
Update the metadata image (#2927)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Jul 12, 2024
1 parent 23a22a8 commit 8f1f5c6
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 332 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"puppeteer": "22.13.0",
"sass": "1.77.8",
"serwist": "9.0.3",
"stylelint": "16.6.1",
"stylelint": "16.7.0",
"stylelint-config-recommended": "14.0.1",
"stylelint-no-unsupported-browser-features": "8.0.1",
"svg-symbol-sprite": "1.5.2",
Expand Down
Binary file added public/images/temp/atanas2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/atanas.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/atanas.jpg" name="twitter:image" />
<meta content="https://atanas.info/images/temp/atanas2.jpeg" name="twitter:image" />

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

Expand Down
Loading

0 comments on commit 8f1f5c6

Please sign in to comment.