chore: add comments, setup instructions

This commit is contained in:
Kyle Gill
2019-05-29 20:50:22 -06:00
parent 477dc9e22c
commit 4dbe7ea49d
17 changed files with 91 additions and 20 deletions

View File

@@ -1,9 +1,7 @@
module.exports = {
plugins: [
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-plugin-emotion`,
},
`gatsby-plugin-emotion`,
// create routes for client side routing
{
resolve: `gatsby-plugin-create-client-paths`,
@@ -53,7 +51,8 @@ module.exports = {
path: `./src/data/`,
},
},
// easier imports and exports
// easier imports and exports by defining aliases
// for commonly used folders
{
resolve: "gatsby-plugin-module-resolver",
options: {