diff --git a/website/next.config.js b/website/next.config.js index 3efaa15982..c53e30f8d2 100644 --- a/website/next.config.js +++ b/website/next.config.js @@ -9,6 +9,7 @@ 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() {