Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UBA-GCOEN authored Oct 6, 2023
1 parent 2269d57 commit fd64708
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions server/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
}
}
],
"routes": [{ "src": "/[^.]+", "status": 302, "headers": {
"Location": "https://accounts.google.com/auth",
} "continue": true}]
"routes": [
{ "src": "/[^.]+",
"status": 302,
"headers": {
"Location": "https://accounts.google.com/auth",
}}
]
}

0 comments on commit fd64708

Please sign in to comment.