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`, name: `Rances Acosta`,
summary: `This is a little practice of CI/CD using gitflow.`, 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/`, siteUrl: `https://rancesking.github.io/`,
social: { social: {
twitter: `rances_acosta`, twitter: `rances_acosta`,

View file

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