We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c134a commit e99e382Copy full SHA for e99e382
antdv-demo/build/webpack.site.conf.js
@@ -12,7 +12,7 @@ let lessLoaderConfig = require('./lessLoaderConfig')('production');
12
module.exports = merge(baseWebpackConfig, {
13
output: {
14
path: path.resolve(__dirname, '../_site'),
15
- publicPath: 'https://alicdn.antdv.com/v1/',
+ publicPath: 'https://aliyuncdn.antdv.com/v1/',
16
filename: '[name].[contenthash:8].js',
17
chunkFilename: '[contenthash:8].async.js',
18
},
0 commit comments