From 303ce91142e4b4d25cf8c2979b70cac7c6c6f48a Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 3 Sep 2025 11:47:58 +1000 Subject: [PATCH] changed baseUrl --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 47020cf..8f608d5 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -104,7 +104,7 @@ const config = { url: `https://${providerName}-provider.stackql.io`, // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: `/${providerName}/`, + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.