Guest User

Untitled

a guest
Jul 11th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. {
  2. resolve: 'gatsby-source-filesystem',
  3. options: {
  4. name: 'src',
  5. path: `${__dirname}/src/data/`,
  6. },
  7. },
Add Comment
Please, Sign In to add comment