diff --git a/docusaurus.config.js b/docusaurus.config.js index 4648190f..63681dda 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,10 +11,10 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://your-docusaurus-test-site.com', + url: 'https://robotic-decision-making-lab.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/blue/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.