Skip to content

Commit

Permalink
Merge pull request #1884 from ifedapoolarewaju/patch-1
Browse files Browse the repository at this point in the history
fix(vercel-example): remove deprecated use from vercel deployment example
  • Loading branch information
fivethreeo committed Jul 21, 2022
2 parents 4b6d6ad + 598119c commit dd97fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/deployment-options/vercel.md
Expand Up @@ -9,11 +9,11 @@ Create this vercel.json in the root directory of your project:
"builds": [
{
"src": "build/public/**",
"use": "@now/static"
"use": "@vercel/static"
},
{
"src": "build/server.js",
"use": "@now/node-server"
"use": "@vercel/node"
}
],
"routes": [
Expand Down

1 comment on commit dd97fca

@vercel
Copy link

@vercel vercel bot commented on dd97fca Jul 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

razzle – ./

razzle-docs.vercel.app
razzle-git-master-jared.vercel.app
razzlejs.org
razzle-jared.vercel.app

Please sign in to comment.