Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
The path must be relative to your project root and therefore cannot start with a slash
  • Loading branch information
futugyou committed Aug 16, 2024
1 parent 95c148a commit 78d64ba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion alphavantage-server/vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"functions": {
"/api/**/*": {
"api/**/*": {
"maxDuration": 30
}
},
Expand Down
2 changes: 1 addition & 1 deletion aws-web/vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"functions": {
"/api/**/*": {
"api/**/*": {
"maxDuration": 30
}
},
Expand Down
2 changes: 1 addition & 1 deletion identity-center/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"api/token.go": {
"includeFiles": "static/**"
},
"/api/**/*": {
"api/**/*": {
"maxDuration": 30
}
},
Expand Down
2 changes: 1 addition & 1 deletion infr-project/vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"functions": {
"/api/**/*": {
"api/**/*": {
"maxDuration": 30
}
},
Expand Down
2 changes: 1 addition & 1 deletion openai-web/vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"functions": {
"/api/**/*": {
"api/**/*": {
"maxDuration": 30
}
},
Expand Down

0 comments on commit 78d64ba

Please sign in to comment.