From 8dec94d9bd3165851d9db07a97ac5a7f290cbb04 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 22 Jun 2023 13:44:14 -0700 Subject: [PATCH] [SEO] Use www in link --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 10a092136e5..d9a7b0d97ec 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -96,7 +96,7 @@ module.exports = { className: 'navbar__github', }, { - href: 'https://rancher.com', + href: 'https://www.rancher.com', label: 'Rancher Home', position: 'right', },