Skip to content

Instantly share code, notes, and snippets.

@konstantinmuenster
Created June 3, 2020 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konstantinmuenster/0d7888aededf9f87cb7b2c9870070e19 to your computer and use it in GitHub Desktop.
Save konstantinmuenster/0d7888aededf9f87cb7b2c9870070e19 to your computer and use it in GitHub Desktop.
gatsby-config.js (3) - How To Gatsby Portfolio
plugins: [
...
{
resolve: `gatsby-source-filesystem`,
options: {
name: `content`,
path: `${__dirname}/src/content`,
},
},
`gatsby-transformer-remark`,
...
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment