diff --git a/gatsby-config.js b/gatsby-config.js index e7b2493..c523b6f 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -20,9 +20,9 @@ module.exports = { resolve: `gatsby-source-filesystem`, options: { name: `data`, - path: `${__dirname`}/src/data` - } - } + path: `${__dirname}/src/data`, + }, + }, `gatsby-plugin-sharp`, { resolve: `gatsby-plugin-manifest`,