mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +00:00
chore: add surge preview action (#7042)
https://github.com/marketplace/actions/surge-pr-preview
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = {
|
||||
build: {
|
||||
skipInstall: ['lazyload'],
|
||||
site: {
|
||||
publicPath: 'https://b.yzcdn.cn/vant/',
|
||||
publicPath: process.env.PUBLIC_PATH || 'https://b.yzcdn.cn/vant/',
|
||||
},
|
||||
vetur: {
|
||||
tagPrefix: 'van-',
|
||||
|
Reference in New Issue
Block a user