Skip to content

Instantly share code, notes, and snippets.

@staylor
Created October 12, 2018 19:30
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/1389f91eecfbfb44ac31b796dd4bf06d to your computer and use it in GitHub Desktop.
Save staylor/1389f91eecfbfb44ac31b796dd4bf06d to your computer and use it in GitHub Desktop.
module.exports = {
siteMetadata: {
title: 'Hello World',
description: 'This is my hello world site',
openWeatherMapApiKey: process.env.OPEN_WEATHER_MAP_API_KEY,
},
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