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

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


The following commit(s) were added to refs/heads/main by this push:
     new b8598567a0d fix js link to relative path (#275)
b8598567a0d is described below

commit b8598567a0dcda2b77c9eafc4791325d6970d922
Author: Li Li <[email protected]>
AuthorDate: Mon Nov 7 17:01:46 2022 +0800

    fix js link to relative path (#275)
---
 site2/website-next/docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/docusaurus.config.js 
b/site2/website-next/docusaurus.config.js
index f59f76de754..5d0e7be8c96 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -447,7 +447,7 @@ module.exports = {
   ],
   scripts: [
     {
-      src: "https://pulsar.apache.org/js/sine-waves.min.js";,
+      src: "/js/sine-waves.min.js",
       async: true,
     },
   ],

Reply via email to