diff --git a/site/gatsby-config.js b/site/gatsby-config.js index ffc169f..069f36e 100644 --- a/site/gatsby-config.js +++ b/site/gatsby-config.js @@ -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: {