diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6ec175b..07e736e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -9,7 +9,7 @@ const config: Config = { url: "https://your-docusaurus-site.example.com", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/", + baseUrl: "/waveterm-docs-new/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.