diff --git a/.env.example b/.env.example index 014ee46..691f4cd 100644 --- a/.env.example +++ b/.env.example @@ -9,5 +9,4 @@ POSTGRES_URL_NON_POOLING= POSTGRES_URL_NO_SSL= POSTGRES_USER= PURCHASE_REFLECTION_THRESHOLD= -NUMBER_OF_WEEKS= -RATE_LIMIT= \ No newline at end of file +NUMBER_OF_WEEKS= \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico index 782f70d..c5754e8 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/vercel.json b/vercel.json index 6629acc..1268579 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "functions": { "app/api/**/*": { - "maxDuration": 90 + "maxDuration": 60 } }, "headers": [