From ada213d105ae1fecb8256987f6a26cf59287ca9f Mon Sep 17 00:00:00 2001 From: "Jandir A. Cutabiala" Date: Sun, 15 Sep 2024 10:43:28 -0300 Subject: [PATCH] fix: remove space inside meta image width --- gatsby-config.ts | 2 +- src/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.ts b/gatsby-config.ts index 5b57cf0..eb14e70 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -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.", diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 4f9aa2d..7a309b0 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -67,7 +67,7 @@ export const Head: HeadFC = () => { property="og:image" content={`${site.siteMetadata.siteUrl}${file.publicURL}`} /> - +