From bbef77ff226c95d9b1f096e1d4285b8c20298651 Mon Sep 17 00:00:00 2001 From: liuwei Date: Sun, 2 May 2021 16:53:37 +0800 Subject: [PATCH] docs: add changelog link --- README-zh_CN.md | 3 +++ README.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index 3a2e3df..12dd335 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -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) 生成服务端证书。 diff --git a/README.md b/README.md index 8fdb3da..ebf751f 100644 --- a/README.md +++ b/README.md @@ -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.