From f0b67b3c070de2e00867ec2910be14ababe29073 Mon Sep 17 00:00:00 2001 From: Kyle Tsang <6854874+kyletsang@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:35:54 -0700 Subject: [PATCH] docs: change base url (#6588) --- www/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docusaurus.config.js b/www/docusaurus.config.js index 2d6874bd7f..d1d2713294 100644 --- a/www/docusaurus.config.js +++ b/www/docusaurus.config.js @@ -9,7 +9,7 @@ const rbVersion = require('../package.json').version; const config = { title: 'React Bootstrap', tagline: 'The most popular front-end framework, rebuilt for React.', - url: 'https://react-bootstrap.github.io/', + url: 'https://react-bootstrap.netlify.app/', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',