Skip to content

Commit

Permalink
Fix location for blocks source code
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Dec 4, 2019
1 parent 8915ae7 commit 04479bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
resolve: 'gatsby-source-filesystem',
options: {
name: 'blocks',
path: 'packages/blocks/src'
path: 'packages/react/src'
}
},
{
Expand Down

1 comment on commit 04479bd

@vercel
Copy link

@vercel vercel bot commented on 04479bd Dec 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.