From 55cb8b659fae112d6dc37855a459c56620d42021 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 12 Sep 2024 16:08:22 -0700 Subject: [PATCH] fix url --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 07e736e..d00a913 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -6,7 +6,7 @@ const config: Config = { favicon: "img/wave-logo_appicon.svg", // Set the production url of your site here - url: "https://your-docusaurus-site.example.com", + url: "https://wavetermdev.github.io/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/waveterm-docs-new/",