Skip to content

Commit

Permalink
Merge pull request gatsbyjs#121 from DSchau/seo-component
Browse files Browse the repository at this point in the history
feat: add an seo component that can be used between pages/templates
  • Loading branch information
pieh authored Dec 10, 2018
2 parents 7de4b56 + 50998b9 commit bfd25e0
Show file tree
Hide file tree
Showing 8 changed files with 163 additions and 67 deletions.
2 changes: 2 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
siteMetadata: {
title: 'Gatsby Default Starter',
description: 'Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.',
author: '@gatsbyjs',
},
plugins: [
'gatsby-plugin-react-helmet',
Expand Down
Loading

0 comments on commit bfd25e0

Please sign in to comment.