You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/07/29 05:16:34 UTC

[echarts-handbook] branch master updated: fix localsite config

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

shenyi 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 69644e6  fix localsite config
69644e6 is described below

commit 69644e65874babfede5a6c1ec97a26b01e21375d
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Jul 29 13:16:25 2021 +0800

    fix localsite config
---
 configs/config.localsite.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/config.localsite.js b/configs/config.localsite.js
index abb093f..f5b703e 100644
--- a/configs/config.localsite.js
+++ b/configs/config.localsite.js
@@ -1,6 +1,6 @@
 export default {
-  routerBase: '/echarts-website/handbook/dist',
-  rootPath: 'http://localhost/echarts-website/handbook/dist/',
+  routerBase: '/echarts-website/handbook',
+  rootPath: 'http://localhost/echarts-website/handbook',
   exampleViewPath:
     'http://localhost/echarts-website/examples/${lang}/view.html?c=',
   exampleEditorPath:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org