Skip to content

Commit

Permalink
fix: remove space inside meta image width
Browse files Browse the repository at this point in the history
  • Loading branch information
jandiralceu committed Sep 15, 2024
1 parent 5ea7405 commit ada213d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config: GatsbyConfig = {
title: `Jandir A. Cutabiala | Software Engineer`,
siteUrl,
author: {
name: `Jandir A. Cutabiala`,
name: `Jandir Alceu Cutabiala`,
},
description:
"Hey, I'm Jandir A. Cutabiala. I explore real-world software engineering challenges and share solutions from my daily experience.",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const Head: HeadFC = () => {
property="og:image"
content={`${site.siteMetadata.siteUrl}${file.publicURL}`}
/>
<meta property="og:image:width" content="2116" />
<meta property="og:image:width" content="2116" />
<meta property="og:image:height" content="2646" />
<meta property="og:image:type" content="image/jpeg" />

Expand Down

0 comments on commit ada213d

Please sign in to comment.