浏览代码

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

* refactor: Use the latest vercel configuration instead of now

* Remove redict
Lipis 4 年之前
父节点
当前提交
210649f383
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      vercel.json

+ 0 - 7
now.json → vercel.json

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