Skip to content

Commit

Permalink
fix: 修改构建配置语法
Browse files Browse the repository at this point in the history
  • Loading branch information
guobao2333 committed Nov 28, 2024
1 parent 7e22c04 commit 600b970
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"builds": [{
"src": "package.json",
"use": "@vercel/node",
"build": { "command": "npm run build:vercel" }
}],
"buildCommand": "npm run build:vercel",
"rewrites": [
{ "source": "/(.*)", "destination": "/api/index.js" }
]
Expand Down

0 comments on commit 600b970

Please sign in to comment.