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: "/",