From 183a6beaff42935a1e43543397fccc46a08593bb Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Wed, 13 Mar 2024 19:06:09 +0800 Subject: [PATCH] bugfix - failed build --- Documentation/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/docusaurus.config.ts b/Documentation/docusaurus.config.ts index 3f8ed55..11379bc 100644 --- a/Documentation/docusaurus.config.ts +++ b/Documentation/docusaurus.config.ts @@ -11,7 +11,7 @@ const config: Config = { url: 'https://fastpocket.dev', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/docs', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.