docs: fix publicPath

This commit is contained in:
chenjiahan 2022-02-21 13:39:21 +08:00
parent 992eea3eeb
commit db2e6ca12f
3 changed files with 5 additions and 3 deletions

View File

@ -18,3 +18,5 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
- Major versionincluding breaking changes and new features.
## Details
TODO

View File

@ -19,9 +19,9 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### unreleased
### 4.0.0-alpha.0
`2022-01-17`
`2022-02-21`
**Feature**

View File

@ -7,7 +7,7 @@ export default {
packageManager: 'pnpm',
site: {
publicPath:
(typeof window === 'undefined' && process.env.PUBLIC_PATH) || '/vant/',
(typeof window === 'undefined' && process.env.PUBLIC_PATH) || '/vant/v4',
},
vetur: {
tagPrefix: 'van-',