website: move tip config obj to proper place (#1132)

pull/1134/head
Kyle MacDonald 5 years ago committed by GitHub
parent 9dfb6e0580
commit c71c51d80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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',

Loading…
Cancel
Save