From d0f6ad10a2ad8f91cdbee027fe95bf583405b59b Mon Sep 17 00:00:00 2001 From: Rances Acosta Date: Sat, 14 May 2022 17:37:42 -0400 Subject: [PATCH] Release commit --- gatsby-config.js | 2 +- src/components/bio.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 58435e03..b5a6f05c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -5,7 +5,7 @@ module.exports = { name: `Rances Acosta`, summary: `This is a little practice of CI/CD using gitflow.`, }, - description: `A starter blog demonstrating what Gatsby can do.`, + description: `A starter blog demonstrating what Gatsby can do and CI/CD power.`, siteUrl: `https://rancesking.github.io/`, social: { twitter: `rances_acosta`, diff --git a/src/components/bio.js b/src/components/bio.js index 3126e73a..10bab4a3 100644 --- a/src/components/bio.js +++ b/src/components/bio.js @@ -47,7 +47,7 @@ const Bio = () => { Written by {author.name} {author?.summary || null} {` `} - You should follow them on Twitter + You should follow me on Twitter

)}