Skip to content

Commit

Permalink
update @now/next to @vercel/next (#18246)
Browse files Browse the repository at this point in the history
  • Loading branch information
awareness481 committed Oct 27, 2020
1 parent a9984e4 commit 774286f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-features/multi-zones.md
Expand Up @@ -33,8 +33,8 @@ For [Vercel](https://vercel.com/), you can use a single `vercel.json` to deploy
{
"version": 2,
"builds": [
{ "src": "blog/package.json", "use": "@now/next" },
{ "src": "home/package.json", "use": "@now/next" }
{ "src": "blog/package.json", "use": "@vercel/next" },
{ "src": "home/package.json", "use": "@vercel/next" }
],
"routes": [
{ "src": "/blog/_next(.*)", "dest": "blog/_next$1" },
Expand Down

0 comments on commit 774286f

Please sign in to comment.