Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed May 16, 2024
1 parent d744a6b commit 183c2ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",

"redirects": [
{
"source": "/account/login",
"destination": "/account/login",
"statusCode": 401
}
],

"rewrites": [
{
"source": "/(account|add|extension|join|my|settings|suggestions)(/.*)?",
Expand All @@ -20,14 +28,6 @@
}
],

"redirects": [
{
"source": "/account/login",
"destination": "/account/login",
"statusCode": 401
}
],

"headers": [
{
"source": "/(.*)",
Expand Down

0 comments on commit 183c2ee

Please sign in to comment.