Skip to content

Commit

Permalink
fix(www): Cannot read property 'resolve' of undefined (#21022)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored Jan 30, 2020
1 parent c0a5d6a commit 52484a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ module.exports = {
{
resolve: `gatsby-remark-autolink-headers`,
options: {
offsetY: 104
offsetY: 104,
},
},,
},
`gatsby-remark-copy-linked-files`,
`gatsby-remark-smartypants`,
],
Expand Down Expand Up @@ -197,7 +197,7 @@ module.exports = {
{
resolve: `gatsby-remark-autolink-headers`,
options: {
offsetY: 104
offsetY: 104,
},
},
{
Expand Down

0 comments on commit 52484a6

Please sign in to comment.