Skip to content

Commit

Permalink
chore: Update theme and add sign up config
Browse files Browse the repository at this point in the history
  • Loading branch information
caylahamann committed Jun 29, 2022
1 parent a9c263a commit 516b6cb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@ module.exports = {
}),
},
},
signup: {
environment: process.env.ENVIRONMENT || 'staging',
signupUrl:
process.env.SIGNUP_URL ||
'https://signup-receiver.staging-service.newrelic.com',
reCaptchaToken:
process.env.RECAPTCHA_TOKEN ||
'6LdMFd8UAAAAAApWFzm8YCyuGCUfg57U1WvqVYqC',
},
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@github-docs/frontmatter": "^1.3.1",
"@mdx-js/mdx": "^2.0.0-next.8",
"@mdx-js/react": "^2.0.0-next.8",
"@newrelic/gatsby-theme-newrelic": "6.3.1",
"@newrelic/gatsby-theme-newrelic": "6.4.2",
"@splitsoftware/splitio-react": "^1.2.4",
"cockatiel": "^3.0.0-beta.0",
"common-tags": "^1.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3029,10 +3029,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/gatsby-theme-newrelic@6.3.1":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-6.3.1.tgz#a5fa2b4d502bb6e98618aaa6cd845249a429e19c"
integrity sha512-EH94I24D61xiSv2NksOlKWOVVd6VGBJzn0JdPYk6+qr6yFWD8xfY6WNYnrwhzK6F06wdXxaxsh45SgoeZnBfMw==
"@newrelic/gatsby-theme-newrelic@6.4.2":
version "6.4.2"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-6.4.2.tgz#ae2e9818cbafe96f690ec5bf9d5d915d2db2c193"
integrity sha512-PYGkR6FZ4UQ3D0qn0TEW2VWwJcvxM4DIPvn8YEdDW05TyadbEtAmj7V2Tv6YwyPt2V6CUrOVWV/wSao/y1TI7A==
dependencies:
"@wry/equality" "^0.4.0"
"@xstate/react" "^1.3.1"
Expand Down

0 comments on commit 516b6cb

Please sign in to comment.