From 351c863dfdc0fd699bf1ef13e326f05b71053eca Mon Sep 17 00:00:00 2001 From: Tyler Brewer Date: Fri, 2 Feb 2018 22:44:37 -0500 Subject: [PATCH] update gatsby config to use starter name --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 541b409..b5d4410 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,6 +1,6 @@ module.exports = { siteMetadata: { - title: 'Gatsby Default Starter', + title: 'Gatsby + Netlify CMS Starter', }, plugins: [ 'gatsby-plugin-react-helmet',