1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

chore: fix site publicPath

This commit is contained in:
陈嘉涵 2019-12-13 10:19:11 +08:00
parent 648d301fbd
commit 547752e527

@ -3,7 +3,7 @@ module.exports = {
build: {
skipInstall: ['lazyload'],
site: {
publicPath: '/vant/'
publicPath: 'https://b.yzcdn.cn/vant/'
},
vetur: {
tagPrefix: 'van-'