From 28168c7e51043993c44c3b935cc4da483a5ce4b2 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 19 Sep 2024 14:01:18 -0700 Subject: [PATCH] update baseurl --- docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 876da47..d1ea14f 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -6,10 +6,10 @@ const config: Config = { favicon: "img/logo/wave-logo_appicon.svg", // Set the production url of your site here - url: "https://wavetermdev.github.io/", + url: "https://beta.docs.waveterm.dev/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/waveterm-docs-new/", + baseUrl: "/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.