Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
ci: update vercel config (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Mar 5, 2021
1 parent 7e6334f commit 1dd74b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions now.json → vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"builds": [
{
"src": "docs/package.json",
"use": "@now/static-build"
"use": "@vercel/static-build"
},
{
"src": "test/fixture/api/posts.js",
"use": "@now/node"
"use": "@vercel/node"
},
{
"src": "package.json",
"use": "@now/static-build"
"use": "@vercel/static-build"
},
{
"src": "example/package.json",
"use": "@now/static-build"
"use": "@vercel/static-build"
}
],
"routes": [
Expand Down

1 comment on commit 1dd74b1

@vercel
Copy link

@vercel vercel bot commented on 1dd74b1 Mar 5, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.