Skip to content

Commit

Permalink
Merge pull request #8173 from newrelic/feat/test-signup-modal-v3
Browse files Browse the repository at this point in the history
test sign up modal
  • Loading branch information
clarkmcadoo committed Jun 23, 2022
2 parents 58e977f + 77133f2 commit 0409140
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
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 ||
'6LdZ0xcgAAAAAPxQTpvn9B4qzTRhRM8llwvt41dX',
},
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
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.0",
"@newrelic/gatsby-theme-newrelic": "6.4.1",
"@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
Expand Up @@ -3029,10 +3029,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/gatsby-theme-newrelic@6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-6.3.0.tgz#4ecdc399b0cabbeea535d91142e048fc7e7c6127"
integrity sha512-0ZcFq941AX/KrbgpuTYgbMmLkKCDK9UVuqYunyNTfzJCgA6XHGrqf6eYPYGjSzc/aoB4HaKI6CkzB7tHMAxTBw==
"@newrelic/gatsby-theme-newrelic@6.4.1":
version "6.4.1"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-6.4.1.tgz#913e44e38d301e58d7e6cda1b492c01fcbab5c00"
integrity sha512-BMMF/52+HVLJqZFAEn74gBz7pjHEZBwrwtViibrDJXDSwztXkoKnJZJp/nmKEQB+ZWm4u33O7hBQBWkIMunfVQ==
dependencies:
"@wry/equality" "^0.4.0"
"@xstate/react" "^1.3.1"
Expand Down

0 comments on commit 0409140

Please sign in to comment.