From 37158b35c7c0864a6f8e6135ce15707e05fe989b Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 3 Sep 2025 09:44:23 +1000 Subject: [PATCH] change base url --- 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 8f608d5..cfc8500 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: '/', + baseUrl: `/stackql-provider-${providerName}/`, // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.