From 2773d3fc80ff985d92708fde8b95124a87c5be8f Mon Sep 17 00:00:00 2001 From: m-jahn Date: Sun, 21 Dec 2025 22:29:03 +0100 Subject: [PATCH] fix: change base url to root --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index dc63c0b..df49835 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,7 +13,7 @@ const config = { url: "https://mpusp.github.io", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/mpusp.github.io/", + baseUrl: "/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.