From edbb6070f04ac772284262ae4296ca962b1a64e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 01:22:12 +0000 Subject: [PATCH] style: auto format --- vercel.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index 0612c45b5..dcced2162 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,4 @@ { "framework": null, - "routes": [ - { "src": "/.*", "dest": "/api/vercel.js" } - ] + "routes": [{ "src": "/.*", "dest": "/api/vercel.js" }] }