This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/docusaurus-staging by this
push:
new 41a13848 build path
41a13848 is described below
commit 41a13848ca68be37ee01b3ee34119c3f0a0bdb9e
Author: Rohit Yadav <[email protected]>
AuthorDate: Wed Feb 8 15:51:28 2023 +0530
build path
Signed-off-by: Rohit Yadav <[email protected]>
---
docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index d664b650..08b32d7d 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -14,7 +14,7 @@ const config = {
url: 'https://your-docusaurus-test-site.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
- baseUrl: '/',
+ baseUrl: '/build/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.