From f21d7e5b48e2c5b972b98886852a5430cf82437b Mon Sep 17 00:00:00 2001 From: rrr523 <59029880+rrr523@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:10:43 +0800 Subject: [PATCH] docs: Github Action (#364) --- doc-site/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-site/docusaurus.config.js b/doc-site/docusaurus.config.js index a878e389..4ccc2791 100644 --- a/doc-site/docusaurus.config.js +++ b/doc-site/docusaurus.config.js @@ -15,7 +15,7 @@ const config = { url: 'https://greenfield-js-sdk.netlify.app', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/greenfield-js-sdk/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.