docs: update publicPath
parent
89c134a7b7
commit
e99e382ce6
|
@ -12,7 +12,7 @@ let lessLoaderConfig = require('./lessLoaderConfig')('production');
|
||||||
module.exports = merge(baseWebpackConfig, {
|
module.exports = merge(baseWebpackConfig, {
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, '../_site'),
|
path: path.resolve(__dirname, '../_site'),
|
||||||
publicPath: 'https://alicdn.antdv.com/v1/',
|
publicPath: 'https://aliyuncdn.antdv.com/v1/',
|
||||||
filename: '[name].[contenthash:8].js',
|
filename: '[name].[contenthash:8].js',
|
||||||
chunkFilename: '[contenthash:8].async.js',
|
chunkFilename: '[contenthash:8].async.js',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue