You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/11/11 03:26:19 UTC

[echarts-handbook] branch master updated: fix nuxt build

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 2a1a24c  fix nuxt build
2a1a24c is described below

commit 2a1a24c21faebf4de73054da851d4ae3d0735f93
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Fri Nov 11 11:26:01 2022 +0800

    fix nuxt build
---
 nuxt.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nuxt.config.js b/nuxt.config.js
index 3e11236..2d57013 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -8,7 +8,7 @@ export default {
   ssr: true,
 
   // TODO static target will generate lot's of static js files. Not sure why
-  target: 'static',
+  // target: 'static',
 
   router: {
     mode: 'history',


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