From 33e0debf3fade073b102c1c50a7554c83f183be7 Mon Sep 17 00:00:00 2001 From: Shodipo Ayomide <20538832+Developerayo@users.noreply.github.com> Date: Tue, 21 Apr 2020 14:33:32 +0100 Subject: [PATCH] [FIX] switch zeit now to Vercel Now for prisma docs - Zeit just rebranded to Vercel and this PR changes the deployment guidelines to deployment - Now still remains Now but ZEIT is no longer zeit but Vercel as of today --- docs/src/pages/basics/exporting-storybook/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/pages/basics/exporting-storybook/index.md b/docs/src/pages/basics/exporting-storybook/index.md index a43f154e1bf..69cd0b069bc 100644 --- a/docs/src/pages/basics/exporting-storybook/index.md +++ b/docs/src/pages/basics/exporting-storybook/index.md @@ -37,11 +37,11 @@ Additionally, you can deploy Storybook directly into GitHub pages with our [stor Or, you can export your storybook into the docs directory and use it as the root for GitHub pages. Have a look at [this guide](https://github.com/blog/2233-publish-your-project-documentation-with-github-pages) for more information. -## Deploying to ZEIT Now +## Deploying to Vercel Now -[ZEIT Now](https://zeit.co/home) is a cloud platform for websites and serverless APIs, that you can use to deploy your Storybook projects to your personal domain (or a free `.now.sh` suffixed URL). +[Vercel Now](https://vercel.com/home) is a cloud platform for websites and serverless APIs, that you can use to deploy your Storybook projects to your personal domain (or a free `.now.sh` suffixed URL). -- Install the [Now CLI](https://github.com/zeit/now): +- Install the [Vercel Now CLI](https://github.com/zeit/now): ```sh npm i -g now