Skip to content

Instantly share code, notes, and snippets.

@joshuacrass
Created June 19, 2018 13:20
Show Gist options
  • Save joshuacrass/053b607e0832647605b3be9bda8ea604 to your computer and use it in GitHub Desktop.
Save joshuacrass/053b607e0832647605b3be9bda8ea604 to your computer and use it in GitHub Desktop.
module.exports = {
siteMetadata: {
title: 'All your base are belong to us',
},
plugins: [
'gatsby-plugin-react-helmet',
{
resolve: 'gatsby-plugin-google-fonts',
options: {
fonts: [
'material icons',
'roboto:300,400,500,700',
],
},
},
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment