diff --git a/gatsby-config.js b/gatsby-config.js index 58435e0..b5a6f05 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 3126e73..10bab4a 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

)}