From c71c51d80ba12ff5f63cea404a5853660772eedc Mon Sep 17 00:00:00 2001 From: Kyle MacDonald Date: Thu, 15 Apr 2021 10:36:06 -0400 Subject: [PATCH] website: move tip config obj to proper place (#1132) --- website/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/next.config.js b/website/next.config.js index c53e30f8d2..4772f13d0f 100644 --- a/website/next.config.js +++ b/website/next.config.js @@ -9,13 +9,13 @@ console.log(`NODE_ENV: ${process.env.NODE_ENV}`) module.exports = withHashicorp({ defaultLayout: true, transpileModules: ['is-absolute-url', '@hashicorp/react-.*'], - tipBranch: 'main', mdx: { resolveIncludes: path.join(__dirname, 'pages/partials') }, })({ async redirects() { return await redirects }, svgo: { plugins: [{ removeViewBox: false }] }, + tipBranch: 'main', env: { HASHI_ENV: process.env.HASHI_ENV || 'development', SEGMENT_WRITE_KEY: 'JkNZiSgwVRAAFrkqqdHLxf0xfcZuhYYc',