Skip to content

Commit

Permalink
fix Vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
nissoh committed Oct 12, 2023
1 parent 2d3f3b3 commit b571d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"builds": [
{
"src": "/package.json",
"use": "@vercel/next",
"src": "package.json",
"use": "@vercel/node",
"config": {
"buildCommand": "yarn build"
}
Expand Down

0 comments on commit b571d04

Please sign in to comment.