From f7b398fe7d372864540b9dec6cd0cd94040b7ac5 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 12 Sep 2024 16:07:59 -0700 Subject: [PATCH] fix baseurl --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.