Skip to content

Commit

Permalink
remove deprecated use from vercel deployment example
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Jul 20, 2022
1 parent 4b6d6ad commit 598119c
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

0 comments on commit 598119c

Please sign in to comment.