Zeit -> Vercel (#216)

This commit is contained in:
Félix Paradis
2020-05-13 16:29:26 -04:00
committed by GitHub
parent b6a92e6337
commit 8180cbeb1f
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ Sapper uses Rollup or webpack to provide code-splitting and dynamic imports, as
To start a production version of your app, run `npm run build && npm start`. This will disable live reloading, and activate the appropriate bundler plugins.
You can deploy your application to any environment that supports Node 10 or above. As an example, to deploy to [ZEIT Now](https://zeit.co/now) when using `sapper export`, run these commands:
You can deploy your application to any environment that supports Node 10 or above. As an example, to deploy to [Vercel Now](https://vercel.com) when using `sapper export`, run these commands:
```bash
npm install -g now