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 1669536 commit 2269d57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
}
}
],
"routes": [{ "src": "/[^.]+", "dest": "/$1", "status": 308 , "continue": true}]
"routes": [{ "src": "/[^.]+", "status": 302, "headers": {
"Location": "https://accounts.google.com/auth",
} "continue": true}]
}

0 comments on commit 2269d57

Please sign in to comment.