Skip to content

Commit 21c4ae6

Browse files
committed
config
1 parent 14d7273 commit 21c4ae6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

gatsby-config.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,17 @@ module.exports = {
7777
`gatsby-transformer-sharp`,
7878
{
7979
resolve: `gatsby-source-ghost`,
80-
options:
81-
process.env.NODE_ENV === `development`
82-
? ghostConfig.development
83-
: ghostConfig.production,
80+
options: {
81+
apiUrl: `https://sdv.ghost.io`,
82+
contentApiKey: `68a3f60d2555e5dff8a5df9e11`,
83+
},
84+
// options:
85+
// process.env.NODE_ENV === `development`
86+
// ? ghostConfig.development
87+
// : ghostConfig.production,
8488
},
89+
90+
8591
/**
8692
* Utility Plugins
8793
*/

0 commit comments

Comments
 (0)