From 75afabbd433017c69eaea32e789d66beb5279898 Mon Sep 17 00:00:00 2001 From: rzmk Date: Mon, 5 Jun 2023 19:36:58 -0400 Subject: [PATCH] :bug: Fix baseUrl value to be // --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1fdb42e..1c70ed0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,7 +14,7 @@ const config = { url: "https://dathere.github.io", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/", + baseUrl: "/de-intern-guide/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.