Skip to content

Commit

Permalink
docs: 添加 publicPath 说明 (umijs#4544)
Browse files Browse the repository at this point in the history
* 添加 publicPath 说明

* Update README.zh-CN.md

* 空格

* 空格

* Update docs/config/README.zh-CN.md

Co-authored-by: chencheng (云谦) <[email protected]>
  • Loading branch information
xiaohuoni and sorrycc authored Apr 28, 2020
1 parent 7ff7d90 commit 347d04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ export default {
* Type: `publicPath`
* Default: `/`

配置 publicPath。
配置 webpack 的 publicPath。当打包的时候,webpack 会在静态文件路径前面添加 `publicPath` 的值,当你需要修改静态文件地址时,比如使用 CDN 部署的时候,把 `publicPath` 的值设为CDN的值就可以。如果使用一些特殊的文件系统,比如混合开发或者 cordova 等技术,可以尝试将 `publicPath` 设置成 `./`

## routes

Expand Down
2 changes: 1 addition & 1 deletion docs/config/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ export default {
* Type: `publicPath`
* Default: `/`

配置 publicPath。
配置 webpack 的 publicPath。当打包的时候,webpack 会在静态文件路径前面添加 `publicPath` 的值,当你需要修改静态文件地址时,比如使用 CDN 部署,把 `publicPath` 的值设为 CDN 的值就可以。如果使用一些特殊的文件系统,比如混合开发或者 cordova 等技术,可以尝试将 `publicPath` 设置成 `./`

## routes

Expand Down

0 comments on commit 347d04e

Please sign in to comment.