From 5e100c4cd28d4450dc73a9e868376cf71ffeeff8 Mon Sep 17 00:00:00 2001 From: sawka Date: Sun, 22 Sep 2024 13:11:24 -0700 Subject: [PATCH] update betadocs --- CNAME | 2 +- docusaurus.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CNAME b/CNAME index dd9125b..e20219f 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -beta.docs.waveterm.dev +betadocs.waveterm.dev diff --git a/docusaurus.config.ts b/docusaurus.config.ts index a5676c9..6693b94 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -6,7 +6,7 @@ const config: Config = { favicon: "img/logo/wave-logo_appicon.svg", // Set the production url of your site here - url: "https://beta.docs.waveterm.dev/", + url: "https://betadocs.waveterm.dev/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/",