Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the metadata image #2927

Merged
merged 4 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading