From 183c2eeaa53d24fd3c69b71e46ecb9971aab6e9e Mon Sep 17 00:00:00 2001 From: Rustem Mussabekov Date: Thu, 16 May 2024 10:46:36 +0300 Subject: [PATCH] try again --- vercel.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vercel.json b/vercel.json index 77d56c50..27c25f76 100644 --- a/vercel.json +++ b/vercel.json @@ -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)(/.*)?", @@ -20,14 +28,6 @@ } ], - "redirects": [ - { - "source": "/account/login", - "destination": "/account/login", - "statusCode": 401 - } - ], - "headers": [ { "source": "/(.*)",