From 5c3d5cdeb0d8f385830e51d0d6cfc7a0da1032ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Sat, 22 Jan 2022 10:18:47 +0800 Subject: [PATCH] Update vercel.json --- vercel.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/vercel.json b/vercel.json index d626d20..e42aa0f 100644 --- a/vercel.json +++ b/vercel.json @@ -1,8 +1,12 @@ { - "version": 2, - "routes": [ - { "handle": "filesystem" }, - { "src": "/(.*)", "status": 404, "dest": "/" } - ] - } - \ No newline at end of file + "version": 2, + "routes": [{ + "handle": "filesystem" + }, + { + "src": "/(.*)", + "status": 404, + "dest": "/" + } + ] +}