diff --git a/website/pages/docs/[[...page]].jsx b/website/pages/docs/[[...page]].jsx index e0fc952c8..ec5008ce8 100644 --- a/website/pages/docs/[[...page]].jsx +++ b/website/pages/docs/[[...page]].jsx @@ -15,6 +15,7 @@ export default function DocsLayout(props) { subpath={subpath} order={order} staticProps={props} + mainBranch="master" /> ) } diff --git a/website/pages/guides/[[...page]].jsx b/website/pages/guides/[[...page]].jsx index bcf519f42..cc5222ddd 100644 --- a/website/pages/guides/[[...page]].jsx +++ b/website/pages/guides/[[...page]].jsx @@ -15,6 +15,7 @@ export default function GuidesLayout(props) { subpath={subpath} order={order} staticProps={props} + mainBranch="master" /> ) } diff --git a/website/pages/intro/[[...page]].jsx b/website/pages/intro/[[...page]].jsx index f2e5ce7a0..87b6efa99 100644 --- a/website/pages/intro/[[...page]].jsx +++ b/website/pages/intro/[[...page]].jsx @@ -15,6 +15,7 @@ export default function IntroLayout(props) { subpath={subpath} order={order} staticProps={props} + mainBranch="master" /> ) }