Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created November 17, 2018 09:12
Show Gist options
  • Save amandeepmittal/a586bcec1128327594b43e2d0f3f6902 to your computer and use it in GitHub Desktop.
Save amandeepmittal/a586bcec1128327594b43e2d0f3f6902 to your computer and use it in GitHub Desktop.
plugins: [
'gatsby-transformer-remark',
{
resolve: `gatsby-source-filesystem`,
options: {
name: `pages`,
path: `${__dirname}/src/pages/`
}
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment