Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 6, 2024
1 parent 2e36044 commit dfeae96
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apps/showcase/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"public": true,
"name": "showcase",
"rewrites": [
{
"source": "/(.*)",
"destination": "/api"
}
{
"source": "/(.*)",
"destination": "/api"
}
],
"functions": {
"api/index.mjs": {
"includeFiles": "dist/showcase/**"
}
"api/index.mjs": {
"includeFiles": "dist/showcase/**"
}
},
"git": {
"deploymentEnabled": {
"v18": false
}
"deploymentEnabled": {
"v18": false
}
}
}

0 comments on commit dfeae96

Please sign in to comment.