fix baseurl

This commit is contained in:
Evan Simkowitz
2024-09-12 16:07:59 -07:00
parent cf55bd7e7d
commit f7b398fe7d
+1 -1
View File
@@ -9,7 +9,7 @@ const config: Config = {
url: "https://your-docusaurus-site.example.com",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
baseUrl: "/waveterm-docs-new/",
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.