Explorar el Código

refactor: Use the latest vercel configuration instead of now (#2893)

* refactor: Use the latest vercel configuration instead of now

* Remove redict
Lipis hace 4 años
padre
commit
210649f383
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      vercel.json

+ 0 - 7
now.json → vercel.json

@@ -21,12 +21,5 @@
         }
       ]
     }
-  ],
-  "redirects": [
-    {
-      "source": "/([^.]+)",
-      "destination": "/",
-      "statusCode": 301
-    }
   ]
 }