From 210649f3835cf783e147a0e4c3ce19c9ac1b46a4 Mon Sep 17 00:00:00 2001 From: Lipis Date: Tue, 2 Feb 2021 15:38:33 +0200 Subject: [PATCH] refactor: Use the latest vercel configuration instead of now (#2893) * refactor: Use the latest vercel configuration instead of now * Remove redict --- now.json => vercel.json | 7 ------- 1 file changed, 7 deletions(-) rename now.json => vercel.json (79%) diff --git a/now.json b/vercel.json similarity index 79% rename from now.json rename to vercel.json index 75a64f33..d77c6b00 100644 --- a/now.json +++ b/vercel.json @@ -21,12 +21,5 @@ } ] } - ], - "redirects": [ - { - "source": "/([^.]+)", - "destination": "/", - "statusCode": 301 - } ] }