diff --git a/gatsby-config.js b/gatsby-config.js index e2bc232c9..debafcad1 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -18,6 +18,21 @@ module.exports = { contentPadding: '2rem', maxWidth: '1700px', }, + splitio: { + core: { + authorizationKey: process.env.SPLITIO_AUTH_KEY, + }, + env: { + development: { + features: { + 'developer-website_global-header-gh-buttons': 'on', + }, + core: { + authorizationKey: process.env.SPLITIO_AUTH_KEY || 'localhost', + }, + }, + }, + }, newrelic: { configs: { production: {