Skip to content

Commit 5fd2908

Browse files
authored
[ci:fix] Set publicPath to auto for gh pages loading #392
Fixes #392 Signed-off-by: Sankalp <sankalp.nex@gmail.com>
1 parent 82f6d59 commit 5fd2908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = (env, argv) => {
7777
? "netjsongraph.echarts.js"
7878
: "netjsongraph.js",
7979
clean: true,
80-
publicPath: "/",
80+
publicPath: "auto",
8181
},
8282
devtool: isDevelopment ? "eval-source-map" : false,
8383
// Externalize Leaflet for echarts-only build

0 commit comments

Comments
 (0)