Skip to content

Commit

Permalink
Merge branch 'develop' into update-contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 authored Mar 18, 2021
2 parents 87272e2 + f19dc69 commit 5dab7fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ When using the HTML5 router, you need to set up redirect rules that redirect all
/* /index.html 200
```

## ZEIT Now
## Vercel

1. Install [Now CLI](https://zeit.co/download), `npm i -g now`
1. Install [Vercel CLI](https://vercel.com/download), `npm i -g vercel`
2. Change directory to your docsify website, for example `cd docs`
3. Deploy with a single command, `now`
3. Deploy with a single command, `vercel`

## AWS Amplify

Expand Down

0 comments on commit 5dab7fa

Please sign in to comment.