Skip to content

Commit a0ba4b4

Browse files
author
Jeff
committed
fix loading of scripts, but broke loading of icons
1 parent 781ec4b commit a0ba4b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/webpack.site.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = merge(baseWebpackConfig, {
1919
},
2020
devtool: config.homepage.productionSourceMap ? '#source-map' : false,
2121
output: {
22+
publicPath: '',
2223
path: config.homepage.assetsRoot,
2324
filename: utils.assetsPath('js/[name].[chunkhash].js'),
2425
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')

0 commit comments

Comments
 (0)