Skip to content

Commit

Permalink
fixed typo for gravityforms source plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lilianchisca committed Jan 30, 2020
1 parent 6933b38 commit e5821c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
// {
// resolve: `gatsby-source-gravityforms`,
// options: {
// baseUrl: `http://edmonds.local`,
// baseUrl: `https://edmondswp.mydevenv.co`,
// api: {
// key: `ck_84e457df9d648a3cdc1cfa76616d822848f8a742`,
// secret: `cs_bf83318787f5f44632e9a06c48c6502be26bc073`,
Expand All @@ -61,7 +61,7 @@ module.exports = {
{
resolve: `gatsby-source-gravityforms`,
options: {
baseUrl: `http://edmondswp.mydevenv.co`,
baseUrl: `https://edmondswp.mydevenv.co`,
api: {
key: `ck_dcb2056dd47e24d25fe0febc3e38ae2ebac9abc5`,
secret: `cs_1acd0184ab029b2eae252e94533997e721a7960d`,
Expand Down

0 comments on commit e5821c0

Please sign in to comment.