Created
October 12, 2018 19:30
-
-
Save staylor/1389f91eecfbfb44ac31b796dd4bf06d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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