From a5efaa94aabcec51d2d3ba4bd17f166655565304 Mon Sep 17 00:00:00 2001 From: Monica Powell Date: Mon, 28 Sep 2020 19:52:38 -0400 Subject: [PATCH] configure plugins --- site/gatsby-config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/gatsby-config.js b/site/gatsby-config.js index 09b788e..297706a 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: {