Skip to content

Commit

Permalink
website: move tip config obj to proper place (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemac authored Apr 15, 2021
1 parent 9dfb6e0 commit c71c51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c71c51d

Please sign in to comment.