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

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 295cf01  change staticfile CDN domain
295cf01 is described below

commit 295cf01fab2ab4bcb36682d39660810a79f2dbe8
Author: plainheart <[email protected]>
AuthorDate: Sun Mar 17 00:24:40 2024 +0800

    change staticfile CDN domain
---
 layouts/default.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/default.vue b/layouts/default.vue
index ee8f289..efe8283 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -63,7 +63,7 @@ export default {
       script: [
         {
           src: isCN
-            ? 'https://cdn.staticfile.org/jquery/3.7.1/jquery.min.js'
+            ? 'https://cdn.staticfile.net/jquery/3.7.1/jquery.min.js'
             : 'https://fastly.jsdelivr.net/npm/[email protected]/dist/jquery.min.js'
         },
         {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to