Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercise 6 - Add Speaker Data to GraphQL #9

Open
wants to merge 6 commits into
base: 05-add-sitewide-banner
Choose a base branch
from
7 changes: 7 additions & 0 deletions site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ module.exports = {
},
plugins: [
`gatsby-plugin-react-helmet`,
`gatsby-transformer-yaml`,
{
resolve: `gatsby-source-filesystem`,
options: {
path: `./src/data`,
},
},
{
resolve: `gatsby-plugin-manifest`,
options: {
Expand Down