From 307d5c179be9fc83af64b7187bd71e7e87e71810 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 17 Mar 2025 10:55:12 +0100 Subject: [PATCH] fix: set the baseUrl for docusaurus --- docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 381057c..34b946b 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -15,7 +15,7 @@ const config: Config = { url: 'https://docs.pluginpal.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/config-sync', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.