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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 9dfa5e7a fix CDN resource path
9dfa5e7a is described below

commit 9dfa5e7abe7d25f1a97cae88a6a2da189e59849f
Author: plainheart <[email protected]>
AuthorDate: Thu Aug 29 11:02:34 2024 +0800

    fix CDN resource path
---
 src/common/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/config.js b/src/common/config.js
index dac64622..b88b73b0 100644
--- a/src/common/config.js
+++ b/src/common/config.js
@@ -160,7 +160,7 @@ const SCRIPT_URLS_CN = {
   echartsStatJS: 
`${CDN_ROOT_CN_NPM}echarts-stat/latest/files/dist/ecStat.min.js`,
   echartsGLJS: `${CDN_ROOT_CN_NPM}echarts-gl/2/files/dist/echarts-gl.min.js`,
   datGUIMinJS: `${CDN_ROOT_CN}dat-gui/0.6.5/dat.gui.min.js`,
-  monacoDir: `${CDN_ROOT_CN_NPM}monaco-editor/0.27.0/min/vs`,
+  monacoDir: `${CDN_ROOT_CN_NPM}monaco-editor/0.27.0/files/min/vs`,
   aceDir: `${CDN_ROOT_CN_NPM}ace-builds/1.4.12/files/src-min-noconflict`,
   prettierDir: `${CDN_ROOT_CN}prettier/2.3.2`,
   highlightjsDir: `${CDN_ROOT_CN_NPM}@highlightjs/cdn-assets/11.8.0/files`,


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

Reply via email to