mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs: fix publicPath
This commit is contained in:
parent
b4339fd6f0
commit
c8270a1059
@ -11,7 +11,7 @@ export default {
|
||||
},
|
||||
site: {
|
||||
publicPath:
|
||||
(typeof window === 'undefined' && process.env.PUBLIC_PATH) || '/vant/',
|
||||
(typeof window === 'undefined' && process.env.PUBLIC_PATH) || '/vant/v3/',
|
||||
},
|
||||
},
|
||||
site: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user