Skip to content

Commit

Permalink
Update packages. Add gatsby-remark-autolink-headers and gatsby-plugin…
Browse files Browse the repository at this point in the history
…-catch-links
  • Loading branch information
ryanwiemer committed Oct 4, 2018
1 parent 2a6fb75 commit 004df0a
Show file tree
Hide file tree
Showing 3 changed files with 1,984 additions and 1,599 deletions.
2 changes: 2 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = {
{
resolve: `gatsby-remark-prismjs`,
},
`gatsby-remark-autolink-headers`,
{
resolve: `gatsby-remark-images-contentful`,
options: {
Expand All @@ -57,6 +58,7 @@ module.exports = {
],
},
},
`gatsby-plugin-catch-links`,
{
resolve: 'gatsby-source-contentful',
options:
Expand Down
Loading

0 comments on commit 004df0a

Please sign in to comment.