Replace ZEIT Now with Vercel in deploy docs (#46)

This commit is contained in:
Imken Luo 2023-08-20 10:17:31 +08:00 committed by GitHub
parent 79fc06c8d2
commit 770c99e691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -93,11 +93,11 @@ server {
/* /index.html 200
```
## ZEIT Now
## Vercel
1. 安装 [Now CLI](https://zeit.co/download) `npm i -g now`
1. 安装 [Vercel CLI](https://vercel.com/download) `npm i -g vercel`
2. 切换到你的 docsify 网站的文档目录,例如 `cd docs`
3. 用一个指令来部署: `now`
3. 用一个指令来部署: `vercel`
## AWS Amplify