Skip to content

Commit e99e382

Browse files
committed
docs: update publicPath
1 parent 89c134a commit e99e382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antdv-demo/build/webpack.site.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let lessLoaderConfig = require('./lessLoaderConfig')('production');
1212
module.exports = merge(baseWebpackConfig, {
1313
output: {
1414
path: path.resolve(__dirname, '../_site'),
15-
publicPath: 'https://alicdn.antdv.com/v1/',
15+
publicPath: 'https://aliyuncdn.antdv.com/v1/',
1616
filename: '[name].[contenthash:8].js',
1717
chunkFilename: '[contenthash:8].async.js',
1818
},

0 commit comments

Comments
 (0)