From 73fadc1e16d58b70bacf93c5273f60c290c538d6 Mon Sep 17 00:00:00 2001 From: EliCurl Date: Thu, 23 Oct 2025 18:51:45 -0500 Subject: [PATCH] Update docusaurus.config.js This is to make the website look correct --- my-website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-website/docusaurus.config.js b/my-website/docusaurus.config.js index be91f221..290feee6 100644 --- a/my-website/docusaurus.config.js +++ b/my-website/docusaurus.config.js @@ -23,7 +23,7 @@ const config = { url: 'https://your-docusaurus-site.example.com', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/DevilLib-Docs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.