Skip to content

Instantly share code, notes, and snippets.

@staylor
Created October 12, 2018 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save staylor/d07403124177192bf5d610e8cf2f0a4d to your computer and use it in GitHub Desktop.
Save staylor/d07403124177192bf5d610e8cf2f0a4d to your computer and use it in GitHub Desktop.
module.exports = {
siteMetadata: {
title: 'Hello World',
description: 'This is my hello world site',
openWeatherMapApiKey: 'a1b2c3d4e5f6!^$!^!^$',
},
plugins: ['gatsby-plugin-emotion', 'gatsby-plugin-react-helmet'],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment