Skip to content

Commit

Permalink
accidental backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
snady committed Apr 22, 2019
1 parent cad39e8 commit d310d9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit d310d9d

Please sign in to comment.