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

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

commit 70e24ef3c2ed939c4eb9a347e80fb7e33fe5412a
Author: Li Li <[email protected]>
AuthorDate: Mon Nov 7 16:56:52 2022 +0800

    fix js link to relative path
    
    Signed-off-by: Li Li <[email protected]>
---
 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