Skip to content

Commit

Permalink
docs: add changelog link
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed May 2, 2021
1 parent 71c6ca4 commit bbef77f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ export default defineConfig({

设置环境变量 `DEBUG`=`vite:plugin:mkcert`

## 更新日志
[CHANGELOG](CHANGELOG.md)

## 原理

使用 [mkcert](https://github.com/FiloSottile/mkcert) 安装本地 `CA` 证书,并为 [server.https](https://vitejs.bootcss.com/config/#server-https) 生成服务端证书。
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ If the network is restricted, you can specify a local `mkcert` file instead of d

Set the environment variable `DEBUG`=`vite:plugin:mkcert`

## CHANGELOG

[CHANGELOG](CHANGELOG.md)

## Principle

Use [mkcert](https://github.com/FiloSottile/mkcert) to install the local `CA` certificate and generate it for [server.https](https://vitejs.bootcss.com/config/#server-https) Server certificate.
Expand Down

0 comments on commit bbef77f

Please sign in to comment.