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 db3c8ada fix build url
db3c8ada is described below
commit db3c8ada1c787cbd2ad12318b2bc2d37bea65195
Author: Rohit Yadav <[email protected]>
AuthorDate: Thu Feb 9 15:50:47 2023 +0530
fix build url
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 320f4e12..02d88b32 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -9,7 +9,7 @@ const config = {
title: 'Apache CloudStack',
tagline: 'Apache CloudStack is an opensource Infrastructure as a Service
(IaaS) cloud computing platform',
url: 'https://cloudstack.apache.org',
- baseUrl: '/build/',
+ baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
favicon: 'img/favicon.ico',