From 5d882f1fc50f86b62b2ff4e10a1f9c403069b2c6 Mon Sep 17 00:00:00 2001 From: Fritz Hoeing Date: Tue, 7 May 2024 17:12:24 +0200 Subject: [PATCH] fix: baseurl --- docusaurus.admin.config.js | 2 +- docusaurus.config.js | 2 +- docusaurus.gis.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.admin.config.js b/docusaurus.admin.config.js index 1eeea1c..17b84c2 100644 --- a/docusaurus.admin.config.js +++ b/docusaurus.admin.config.js @@ -13,7 +13,7 @@ const config = { // Set the production url of your site here url: 'http://localhost/', - baseUrl: 'shogun-admin-docs', + baseUrl: '/shogun-admin-docs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. diff --git a/docusaurus.config.js b/docusaurus.config.js index 8dce35a..0a676b8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,7 +13,7 @@ const config = { // Set the production url of your site here url: 'http://localhost/', - baseUrl: 'shogun-docs', + baseUrl: '/shogun-docs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. diff --git a/docusaurus.gis.config.js b/docusaurus.gis.config.js index 0ef9006..2a66d07 100644 --- a/docusaurus.gis.config.js +++ b/docusaurus.gis.config.js @@ -13,7 +13,7 @@ const config = { // Set the production url of your site here url: 'http://localhost/', - baseUrl: 'shogun-gis-docs', + baseUrl: '/shogun-gis-docs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.