This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 13dd023  Fix docusaurus config
13dd023 is described below

commit 13dd02325a9f6651499e204f441458ec85bd2493
Author: JB Onofré <[email protected]>
AuthorDate: Sat Aug 31 07:32:59 2024 +0200

    Fix docusaurus config
---
 docusaurus.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index a897aa5..6da5fe8 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -20,8 +20,8 @@ const config = {
 
   // GitHub pages deployment config.
   // If you aren't using GitHub pages, you don't need these.
-  organizationName: 'apache', // Usually your GitHub org/user name.
-  projectName: 'polaris-site', // Usually your repo name.
+  organizationName: 'apache/polaris-site', // Usually your GitHub org/user 
name.
+  projectName: 'apache/polaris-site', // Usually your repo name.
 
   onBrokenLinks: 'throw',
   onBrokenMarkdownLinks: 'warn',

Reply via email to