Skip to content

Commit

Permalink
Updated gatsby-config to reflect minor plug-in changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Nov 9, 2017
1 parent ef380d7 commit 1ab70d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ module.exports = {
options: {
defaultText: 'Try it on CodePen',
directory: `${__dirname}/examples/`,
externals: [
`//unpkg.com/react/umd/react.development.js`,
`//unpkg.com/react-dom/umd/react-dom.development.js`,
],
redirectTemplate: `${__dirname}/src/templates/codepen-example.js`,
target: '_blank',
},
Expand Down

0 comments on commit 1ab70d0

Please sign in to comment.