From 129bd360cc3adbffa4ed8d7ef5fb037c6a19fe09 Mon Sep 17 00:00:00 2001 From: Kyle MacDonald Date: Wed, 14 Apr 2021 16:07:47 -0400 Subject: [PATCH] website: add support for tip.boundaryproject.io (#1123) --- website/next.config.js | 1 + 1 file changed, 1 insertion(+) 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() {