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-doc.git
The following commit(s) were added to refs/heads/master by this push: new 5c1669dc fix(cdn): use fastly CDN temporarily 5c1669dc is described below commit 5c1669dc84b95d8e26cfe6144ad697157cc9e082 Author: plainheart <y...@all-my-life.cn> AuthorDate: Tue May 17 11:20:47 2022 +0800 fix(cdn): use fastly CDN temporarily --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index e21503d7..23a5ef62 100644 --- a/src/config.js +++ b/src/config.js @@ -1,5 +1,5 @@ -export const ECHARTS_LIB = 'https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js'; +export const ECHARTS_LIB = 'https://fastly.jsdelivr.net/npm/echarts@5/dist/echarts.min.js'; // Properties that will not be expanded by default. // To reduce the display of unnecessary info. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org