update baseurl

This commit is contained in:
Evan Simkowitz
2024-09-19 14:01:18 -07:00
parent 9d86972c92
commit 28168c7e51
+2 -2
View File
@@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/waveterm-docs-new/",
baseUrl: "/",
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.