From a861f6a67a0b48a96543917306ae66193bc0e8fe Mon Sep 17 00:00:00 2001 From: Mitchell Wright Date: Tue, 16 Mar 2021 16:53:25 -0500 Subject: [PATCH] Update deploy to change Zeit to Vercel --- docs/deploy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deploy.md b/docs/deploy.md index 2c96060f9..aac87df21 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -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