mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs: adjust static resource path
This commit is contained in:
parent
1a28027e1c
commit
71e6cce239
@ -1,8 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
vant-cli build-site
|
||||
|
||||
superman-cdn /vant ./site/*.js
|
||||
|
||||
rm -rf site/*.js
|
||||
|
||||
gh-pages -d site --add --dest v3
|
||||
|
@ -6,7 +6,7 @@ module.exports = {
|
||||
site: {
|
||||
publicPath:
|
||||
(typeof window === 'undefined' && process.env.PUBLIC_PATH) ||
|
||||
'https://b.yzcdn.cn/vant/',
|
||||
'/vant/v3/',
|
||||
},
|
||||
vetur: {
|
||||
tagPrefix: 'van-',
|
||||
|
Loading…
x
Reference in New Issue
Block a user