Release commit

This commit is contained in:
Rances Acosta 2022-05-14 17:37:42 -04:00
parent 50b73b08d7
commit d0f6ad10a2
2 changed files with 2 additions and 2 deletions

View file

@ -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`,

View file

@ -47,7 +47,7 @@ const Bio = () => {
Written by <strong>{author.name}</strong> {author?.summary || null}
{` `}
<a href={`https://twitter.com/${social?.twitter || ``}`}>
You should follow them on Twitter
You should follow me on Twitter
</a>
</p>
)}