From 3ba17a78e579471bd27d18e50e78a290df9a02a5 Mon Sep 17 00:00:00 2001 From: jasikpark Date: Tue, 20 Jul 2021 05:36:07 +0000 Subject: [PATCH] [ci] yarn format --- vercel.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index cdcb57320..b7bac0e99 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,5 @@ { "cleanUrls": true, "trailingSlash": false, - "redirects": [ - { "source": "/chat", "destination": "https://discord.gg/grF4GTXXYm" } - ] + "redirects": [{ "source": "/chat", "destination": "https://discord.gg/grF4GTXXYm" }] }