From 61305b9335a8a48204643034c06863671295b3e8 Mon Sep 17 00:00:00 2001 From: Rances Acosta Date: Sat, 14 May 2022 16:53:56 -0400 Subject: [PATCH] modify author of the blog --- gatsby-config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 236bfdd0..3d3728b5 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -2,13 +2,13 @@ module.exports = { siteMetadata: { title: `Gatsby Starter Blog`, author: { - name: `Ryan Overton`, - summary: `who loves helping develoeprs improve their knowledge and skills.`, + name: `Rances Acosta`, + summary: `This is a little practice of CI/CD using gitflow.`, }, description: `A starter blog demonstrating what Gatsby can do.`, siteUrl: `https://gatsbystarterblogsource.gatsbyjs.io/`, social: { - twitter: `kylemathews`, + twitter: `rances_acosta`, }, }, plugins: [